Update X11 configs (env, bspwm, polybar)

This commit is contained in:
Tobias Reisinger 2024-10-23 14:28:00 +02:00
parent 06f35a4eb9
commit 0b69eff54b
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 10 additions and 5 deletions

View file

@ -28,7 +28,7 @@ if [ "$hostname" = "portalo" ]; then
xrandr --output "$secondary" --off
bspc monitor "$primary" -d web terminal 3 4 5 6 focus side-view voip messenger
else
xrandr --output "$primary" --mode 2560x1440 --refresh 144
xrandr --output "$primary" --mode 1920x1080 --refresh 60
xrandr --output "$secondary" --auto --left-of "$primary"
bspc monitor "$primary" -d web terminal 3 4 5 6 focus
@ -108,4 +108,4 @@ bspc rule -a 'Thunderbird:Mail' desktop='messenger' locked='true'
bspc rule -a 'thunderbird-default:Mail' desktop='messenger' locked='true'
bspc rule -a 'thunderbird' desktop='messenger' locked='true'
autostart-manage run-xorg
autostart-manage run-xorg &