xinitrc: add xinitrc with config for laptop+university
This commit is contained in:
parent
201f0f59f5
commit
7ab2057c9e
1 changed files with 8 additions and 0 deletions
8
xinitrc
Executable file
8
xinitrc
Executable 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue