Update X11 configs (env, bspwm, polybar)
This commit is contained in:
parent
06f35a4eb9
commit
0b69eff54b
4 changed files with 10 additions and 5 deletions
|
@ -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 &
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue