|
@@ -132,7 +132,7 @@ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn()
|
|
|
static const char *dmenucmd[] = { "dmenu_run", NULL };
|
|
|
static const char *termcmd[] = { "st", NULL }; // change this to your term
|
|
|
static const char *rofi[] = {"rofi", "-show", "drun", NULL };
|
|
|
-static const char *layoutmenu_cmd = "layoutmenu.sh";
|
|
|
+static const char *layoutmenu_cmd = "/home/sid/.dwm/layoutmenu.sh";
|
|
|
static const char *xi[] = {"xbacklight", "-inc", "7", NULL};
|
|
|
static const char *xd[] = {"xbacklight", "-dec", "7", NULL};
|
|
|
static const char *preview_path = "/home/sid/.dwm/tag_preview";
|