summaryrefslogtreecommitdiff
path: root/linux/bin/asdf
blob: 798931d5fd8e769b516f9e0daa6ab8782f29bcc4 (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 neo