Allocate more desktops to big screen

This commit is contained in:
Ngô Ngọc Đức Huy 2021-05-19 16:12:44 +07:00
parent f6b5d949f7
commit 4e617ed347
Signed by: huyngo
GPG Key ID: 904AF1C7CDF695C3
1 changed files with 3 additions and 3 deletions

View File

@ -21,8 +21,8 @@ bspc config focused_border_color "#eeaa44"
external_monitor=$(xrandr --query | grep 'HDMI-1' | grep -e "\bconnected")
if [[ $external_monitor ]]; then
bspc monitor HDMI-1 -d 1 2 3 4 5
bspc monitor eDP-1 -d 6 7 8 9 0
bspc monitor HDMI-1 -d 1 2 3 4 5 6 7
bspc monitor eDP-1 -d 8 9 0
xrandr --output HDMI-1 --primary --mode 1920x1080 --rotate normal --output eDP-1 --mode 1920x1080 --rotate normal --right-of HDMI-1
else
bspc monitor eDP-1 -d 1 2 3 4 5 6 7 8 9 0
@ -42,5 +42,5 @@ xcompmgr &
# Other stuff
numlockx on
# xsetroot -cursor_name left_ptr &
xsetroot -cursor_name left_ptr &
light-locker --lock-on-suspend &