xinitrc: add output scaling on cipbuero4
This commit is contained in:
parent
39fe0e50bb
commit
42274c8131
1 changed files with 5 additions and 0 deletions
5
xinitrc
5
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue