From 42274c8131ac5540374081e089a1b1a0cda16ddf Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Sun, 18 Sep 2022 16:56:44 +0200 Subject: [PATCH] xinitrc: add output scaling on cipbuero4 --- xinitrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xinitrc b/xinitrc index d6620e3..30c3dd0 100755 --- a/xinitrc +++ b/xinitrc @@ -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