xinitrc: add xinitrc with config for laptop+university

This commit is contained in:
Thomas Preisner 2016-12-09 16:31:42 +01:00
parent 201f0f59f5
commit 7ab2057c9e

8
xinitrc Executable file
View file

@ -0,0 +1,8 @@
#! /bin/bash
if [ "$HOSTNAME" = warthog ]; then
xrdb -load -DHOST_WARTHOG ~/.Xresources
else
xrdb -load ~/.Xresources
setxkbmap us -variant altgr-intl -option ctr:nocaps
fi