[lilleplutt] improve display scaling

lilleplutt
maia arson crimew 2022-08-25 13:03:16 +02:00
parent f935e4e97a
commit 8543552380
1 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,11 @@ if [[ "$dock_status" = "docked" ]]; then
xrandr --output $monitor_external --mode 2560x1440 --right-of $monitor_internal
fi
# lower internal monitor resolution
# TODO: we currently have a slight loss of screenspace with this resolution setting,
# look into a better way of scaling
xrandr --output $monitor_internal --mode 1920x1200
# start sxhkd
pgrep -x sxhkd > /dev/null || sxhkd &