aboutsummaryrefslogtreecommitdiffstats
path: root/.xprofile
blob: dc372e2eaa5f253c55fe2c03c282a290ebf03804 (plain)
1
2
3
4
5
6
7
8
9
10
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