summaryrefslogtreecommitdiffstats
path: root/linux/bin/uiae
blob: dfd72bd70725fcdeccbd76bc433436c1aa533363 (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