update desktop config for new monitors

This commit is contained in:
Valentin Boettcher 2022-11-22 18:01:33 +01:00
parent e17f82f33e
commit e95f9f4562
No known key found for this signature in database
GPG key ID: E034E12B7AF56ACE

View file

@ -8,6 +8,6 @@ MAIN_MONITOR=${MONITORS[2]}
SIDE_MONITORS=($(xrandr | rg -i "\sconnected" | rg -v eDP | cut -d" " -f1 | grep -v $MAIN_MONITOR))
RYGEL="true"
BAR_POS="bottom"
DPI=91
TERM_FONT_SIZE=9
DPI=157
TERM_FONT_SIZE=10
SCREENLAYOUT="~/.screenlayout/desktop.sh"