fix some monitor settings

This commit is contained in:
2024-07-31 23:17:45 -06:00
parent 3865dec90e
commit 50b7525530
5 changed files with 9 additions and 8 deletions

View File

@ -5,8 +5,8 @@ case $MONITOR_CONFIGURATION in
home )
XRANDR_SET \
--screen-blank disable \
${XRANDR_ARGS__smol__1080p[@]} --pos 0x0 --rate 120.00 --primary \
${XRANDR_ARGS__livingroom__4k[@]} --pos 0x0 --rate 120.00 \
${XRANDR_ARGS__smol__1440p[@]} --pos 0x0 --primary --rate 120.00 \
${XRANDR_ARGS__livingroom__1440p[@]} --pos 0x0 \
;
;;