mirror of
https://github.com/vale981/dotfiles
synced 2025-03-04 17:11:39 -05:00
update desktop config for new monitors
This commit is contained in:
parent
e17f82f33e
commit
e95f9f4562
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue