add umlaut layer with wtype
This commit is contained in:
parent
8b6b8f07ff
commit
f03c408d70
2 changed files with 14 additions and 1 deletions
|
@ -115,6 +115,19 @@ mode "resize" {
|
|||
}
|
||||
bindsym $mod+r mode "resize"
|
||||
|
||||
mode "umlaut" {
|
||||
bindsym s exec wtype ß
|
||||
bindsym a exec wtype ä
|
||||
bindsym o exec wtype ö
|
||||
bindsym u exec wtype ü
|
||||
bindsym Shift+a exec wtype Ä
|
||||
bindsym Shift+o exec wtype Ö
|
||||
bindsym Shift+u exec wtype Ü
|
||||
bindsym Return mode "default"
|
||||
bindsym Escape mode "default"
|
||||
}
|
||||
bindsym $mod+u mode "umlaut"
|
||||
|
||||
bar {
|
||||
font $font
|
||||
position bottom
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue