Refactor of the hypr config
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# 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 "€"
|
||||
Reference in New Issue
Block a user