Bind grave (`) as another way to escape launch/resize modes

It's harder to press escape on the UHK :(
This commit is contained in:
Adam Goldsmith 2021-07-29 21:27:51 -04:00
parent 439cf2105c
commit 2a549f1301
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,7 @@ mode "launch" {
bindsym x exec gajim; mode "default"
bindsym Escape mode "default"
bindsym Return mode "default"
bindsym grave mode "default"
}
bindsym $mod+x mode "launch"
@ -288,6 +289,7 @@ mode "resize" {
bindsym Return mode "default"
bindsym Escape mode "default"
bindsym grave mode "default"
}
bindsym $mod+r mode "resize"