12 lines
453 B
Plaintext
12 lines
453 B
Plaintext
# bind = modifier (win/shift/alt/CTRL), other_button, exec, command
|
|
# bind = $mod SHIFT, 1, movetoworkspace, 1
|
|
|
|
# Umlaute / German compatability on english Keyboard
|
|
bind = $mod, a, exec, wtype "ä"
|
|
bind = $mod SHIFT, a, exec, wtype "Ä"
|
|
bind = $mod, o, exec, wtype "ö"
|
|
bind = $mod SHIFT, o, exec, wtype "Ö"
|
|
bind = $mod, u, exec, wtype "ü"
|
|
bind = $mod SHIFT, u, exec, wtype "Ü"
|
|
bind = $mod, s, exec, wtype "ß"
|
|
bind = $mod SHIFT, e, exec, wtype "€" |