#!/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