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"; };
|
"Zathura" = { state = "tiled"; };
|
||||||
};
|
};
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
${xsetroot} -solid black -cursor_name left_ptr
|
||||||
|
autorandr -c
|
||||||
|
|
||||||
for monitor in $(${xrandr} --listactivemonitors | cut -d " " -f 6); do
|
for monitor in $(${xrandr} --listactivemonitors | cut -d " " -f 6); do
|
||||||
bspc monitor $monitor -d ${monitorPagesString}
|
bspc monitor $monitor -d ${monitorPagesString}
|
||||||
done
|
done
|
||||||
|
|
||||||
autorandr -c
|
|
||||||
${xsetroot} -solid black -cursor_name left_ptr
|
|
||||||
|
|
||||||
systemctl --user restart \
|
systemctl --user restart \
|
||||||
polybar.service \
|
polybar.service \
|
||||||
update-background.service
|
update-background.service
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue