Setup keyboard mapping though script

This commit is contained in:
har0ke 2021-08-28 19:11:07 +02:00
parent 7b12aacf88
commit 523ba3e657
2 changed files with 6 additions and 2 deletions

View File

@ -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
View File

@ -0,0 +1,5 @@
#!bash
setxkbmap -layout de -option caps:hyper
xmodmap ~/.Xmodmap