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"
|
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 {
|
bar {
|
||||||
font $font
|
font $font
|
||||||
position bottom
|
position bottom
|
||||||
|
|
|
@ -186,7 +186,7 @@ in
|
||||||
xdg_utils
|
xdg_utils
|
||||||
xfce.thunar
|
xfce.thunar
|
||||||
xfce.thunar-volman
|
xfce.thunar-volman
|
||||||
ydotool
|
wtype
|
||||||
(pkgs.writeTextFile {
|
(pkgs.writeTextFile {
|
||||||
name = "startsway";
|
name = "startsway";
|
||||||
destination = "/bin/startsway";
|
destination = "/bin/startsway";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue