diff options
author | zachir <zachir@librem.one> | 2020-12-11 21:28:16 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2020-12-11 21:28:16 -0600 |
commit | d2db34b3703e89ae98af26cdb12a20fc677f8bf1 (patch) | |
tree | d5a4ec29b27aa04a941bfbb39619f607bcc8617b /dwm.c | |
parent | 6b84649570e7cce23bbbe4436cdbbc8c39dc1cb2 (diff) |
Reconfigure dwm to use .config/dwm instead of .dwm/
Diffstat (limited to 'dwm.c')
-rw-r--r-- | dwm.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1852,8 +1852,8 @@ run(void) void runAutostart(void) { - system("cd ~; ./.dwm/autostart_blocking.sh"); - system("cd ~; ./.dwm/autostart.sh &"); + system("cd ~; ./.config/dwm/autostart_blocking.sh"); + system("cd ~; ./.config/dwm/autostart.sh &"); } void |