diff --git a/hm_modules/bspwm.nix b/hm_modules/bspwm.nix index 7e28e3b..bd7799f 100644 --- a/hm_modules/bspwm.nix +++ b/hm_modules/bspwm.nix @@ -27,13 +27,13 @@ in "Zathura" = { state = "tiled"; }; }; extraConfig = '' + ${xsetroot} -solid black -cursor_name left_ptr + autorandr -c + for monitor in $(${xrandr} --listactivemonitors | cut -d " " -f 6); do bspc monitor $monitor -d ${monitorPagesString} done - autorandr -c - ${xsetroot} -solid black -cursor_name left_ptr - systemctl --user restart \ polybar.service \ update-background.service