Better BSPWM startup
This commit is contained in:
parent
f3e53ceb4a
commit
cabfb164c9
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue