diff options
author | ben <ben@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-01-23 10:22:43 +0000 |
---|---|---|
committer | ben <ben@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-01-23 10:22:43 +0000 |
commit | 47a00bfd0ebaca64946e51401272ed00b0efe3cd (patch) | |
tree | 2b3bd911424dc4f7a03945698667b514aa4ff9ec | |
parent | 0dafacc83f5a8632f7756f7ab9638ab06d0ab5d6 (diff) |
autorun an das aktuelle asdf script angepasst
git-svn-id: https://svn.neo-layout.org@1523 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to '')
-rwxr-xr-x | portable/autorun.sh | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/portable/autorun.sh b/portable/autorun.sh index 4e004a9..8a62aca 100755 --- a/portable/autorun.sh +++ b/portable/autorun.sh @@ -1,3 +1,12 @@ #!/bin/sh -setxkbmap ie -xmodmap neo/neo_de.xmodmap +# CapsLock sollte aus sein +xmodmap -e "clear Lock" + +numlockx off +# schalte autorepeat für modifier und deadkeys aus +for key in 51 94 21 35 49; do + xset -r $key +done +setxkbmap lv +xmodmap neo/neo_de.xmodmap || setxkbmap de + |