summaryrefslogtreecommitdiff
path: root/linux/bin/uiae
blob: 704290a16bb79f8e255b1f55394bf9a22c69c03f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

if [ -n "$SSH_CONNECTION" ]; then
	echo "Dude, du bist in einer SSH-Session. Wie soll ich das Tastaturlayout hier ändern?"
	exit 1
fi
if [ -z "$DISPLAY" ]; then
	echo "Dude, du bist auf der Textkonsole. Ich kann das Layout nur auf dem X-Server ändern!"
	exit 1
fi

setxkbmap de