diff options
Diffstat (limited to '.xprofile')
-rw-r--r-- | .xprofile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.xprofile b/.xprofile new file mode 100644 index 0000000..dc372e2 --- /dev/null +++ b/.xprofile @@ -0,0 +1,11 @@ +#!/usr/bin/env bash + +setxkbmap de & + +if [ -x "$HOME/bin/lid-switch-action" ] && [ "$HOSTNAME" = dvzrv ]; then + $HOME/bin/lid-switch-action login & +fi + +if [ -x /usr/bin/termite ]; then + termite & +fi |