xinitrc: update regex for university hostnames

This commit is contained in:
Thomas Preisner 2022-08-27 21:16:24 +02:00
parent e9ca0baa3b
commit e4ada8d5cd

View file

@ -1,9 +1,9 @@
#! /bin/bash #! /bin/bash
case "$HOSTNAME" in case "$HOSTNAME" in
fau*) fau*|cip*)
# detects fau-machine and defines variable for Xresources # detects fau-machine and defines variable for Xresources
xrdb -load -DHOST_FAUCIP ~/.Xresources xrdb -load -DHOST_FAUCIP ~/.Xresources
;; ;;
*) *)
# other hosts cann use SRVR_host # other hosts cann use SRVR_host