Browse Source

update readme | layoutmenu path

siduck76 3 years ago
parent
commit
5c34a3fb6e
3 changed files with 3 additions and 2 deletions
  1. 0 0
      .dwm/layoutmenu.sh
  2. 2 1
      README.md
  3. 1 1
      chadwm/config.def.h

+ 0 - 0
layoutmenu.sh → .dwm/layoutmenu.sh


+ 2 - 1
README.md

@@ -20,9 +20,10 @@
 - chmod +x all scripts in .dwm folder
 - Put layoutmen.sh in your PATH 
 - copy the stuff from fonts folder to your ~/.local/share/fonts ( this is for material design icon font )
+- change sid ( my username ) to yours in config.deh.h
 - cd into chadwm and sudo make install
 - autostart file must be adjusted for your liking!
-- start dwm with exec ~/.dwm/autostart (NOT EXEC DWM) cuz autostart already runs dwm at the last , or change your dwm.desktop ( should be in /usr/share/xsessions folder ) replace the exec value from dwm to ~/.dwm/autostart.
+- start dwm with exec ~/.dwm/autostart (NOT EXEC DWM) cuz autostart already runs dwm at the last , or make a dwm.desktop ( in /usr/share/xsessions folder ) replace the exec value from dwm to ~/.dwm/autostart.
 
 # Credits 
 

+ 1 - 1
chadwm/config.def.h

@@ -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";