Setup keyboard mapping though script
This commit is contained in:
parent
7b12aacf88
commit
523ba3e657
@ -13,8 +13,7 @@ set $terminal xterm
|
||||
set $mod Mod3
|
||||
|
||||
|
||||
exec "setxkbmap -layout de -option caps:hyper"
|
||||
exec "xmodmap ~/.Xmodmap"
|
||||
exec_always --no-startup-id "bash /home/oke/.mod_keys.sh"
|
||||
|
||||
|
||||
# Font for window titles. Will also be used by the bar unless a different font
|
||||
|
5
.mod_keys.sh
Executable file
5
.mod_keys.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!bash
|
||||
|
||||
setxkbmap -layout de -option caps:hyper
|
||||
xmodmap ~/.Xmodmap
|
||||
|
Loading…
x
Reference in New Issue
Block a user