xinitrc: add output scaling on cipbuero4

This commit is contained in:
Thomas Preisner 2022-09-18 16:56:44 +02:00
parent 39fe0e50bb
commit 42274c8131

View file

@ -1,6 +1,11 @@
#! /bin/bash
case "$HOSTNAME" in
cipbuero4)
# detects fau-machine and defines variable for Xresources
xrdb -load -DHOST_FAUCIP ~/.Xresources
xrandr --output DP-2 --scale 1.6x1.6
;;
fau*|cip*)
# detects fau-machine and defines variable for Xresources
xrdb -load -DHOST_FAUCIP ~/.Xresources