autorun an das aktuelle asdf script angepasst
git-svn-id: https://svn.neo-layout.org@1523 b9310e46-f624-0410-8ea1-cfbb3a30dc96
This commit is contained in:
parent
0dafacc83f
commit
47a00bfd0e
1 changed files with 11 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue