[lilleplutt] improve display scaling
parent
f935e4e97a
commit
8543552380
|
@ -19,6 +19,11 @@ if [[ "$dock_status" = "docked" ]]; then
|
||||||
xrandr --output $monitor_external --mode 2560x1440 --right-of $monitor_internal
|
xrandr --output $monitor_external --mode 2560x1440 --right-of $monitor_internal
|
||||||
fi
|
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
|
# start sxhkd
|
||||||
pgrep -x sxhkd > /dev/null || sxhkd &
|
pgrep -x sxhkd > /dev/null || sxhkd &
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue