diff options
author | Stefan Ritter <xeno@thehappy.de> | 2010-05-11 11:22:19 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2010-05-11 11:22:19 +0200 |
commit | a57d9535ce71428571b6dbe46322ed331460605b (patch) | |
tree | 22b063a86b0ecfa86b0fc54ca0202b8bfdb5c7d9 /bin/asdf | |
parent | a94eea95bf3ea37a300c6889a37e37c5ade8a678 (diff) |
Add neo/qwertz switcher
Diffstat (limited to 'bin/asdf')
-rwxr-xr-x | bin/asdf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/asdf b/bin/asdf new file mode 100755 index 0000000..b5e8878 --- /dev/null +++ b/bin/asdf @@ -0,0 +1,7 @@ +#!/bin/sh + +setxkbmap de neo + +echo "" +echo "Jetzt ist NEO aktiv!" +echo "" |