From e4ada8d5cd83e4491b41c70cb09aa5547f2c783f Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Sat, 27 Aug 2022 21:16:24 +0200 Subject: [PATCH] xinitrc: update regex for university hostnames --- xinitrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xinitrc b/xinitrc index 3e2ad67..d6620e3 100755 --- a/xinitrc +++ b/xinitrc @@ -1,9 +1,9 @@ #! /bin/bash case "$HOSTNAME" in - fau*) + fau*|cip*) # detects fau-machine and defines variable for Xresources - xrdb -load -DHOST_FAUCIP ~/.Xresources + xrdb -load -DHOST_FAUCIP ~/.Xresources ;; *) # other hosts cann use SRVR_host