dwm

[fork] dynamic window manager
Log | Files | Refs | README | LICENSE

commit d4b0f833ec54936dd73cbac915dd66cccfd1b29a
parent b516ecd0cecd38288912e90b33582e0cebe710b4
Author: Hayden Hamilton <hayden@haydenvh.com>
Date:   Tue, 24 Mar 2020 15:45:28 +0000

moving dwmbar script

Diffstat:
Mdwm.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dwm.c b/dwm.c @@ -1338,7 +1338,7 @@ void runAutostart(void) { system("cd ~/.scripts/input; ./keyboard"); system("picom --config ~/.config/picom/config -b -f"); - system("cd ~/.scripts/i3blocks/; ./convtodwm &"); + system("cd ~/.scripts/dwmblocks/; ./dwmbar &"); } void