wmsl

Block-based window manager status line
git clone https://git.sinitax.com/sinitax/wmsl
Log | Files | Refs | README | LICENSE | sfeed.txt

commit 910f0294c4f9a21e33dfe027e8d7eb7164f917f5
parent 25e671d35f2faec3fa59ac8354a5b895b5ef1eba
Author: Louis Burda <quent.burda@gmail.com>
Date:   Sun, 13 Sep 2020 21:42:51 +0200

Add missing slash to script path macro

Diffstat:
Mblocks.def.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blocks.def.h b/blocks.def.h @@ -1,4 +1,4 @@ -#define SCRIPT_DIR(x) "/opt/wmsl-scripts" x +#define SCRIPT_DIR(x) "/opt/wmsl-scripts/" x /* use READY or IDLE to set if script should be run on startup */