sway: add ignore mode

This commit is contained in:
lelgenio 2020-05-02 21:26:06 -03:00
parent 7954b7dc58
commit 8fb70ee2fd
1 changed files with 5 additions and 0 deletions

View File

@ -236,6 +236,11 @@
bindsym XF86Explorer exec thunar
bindsym XF86HomePage exec xdg-open http://start.duckduckgo.com
mode ignore {
bindsym $mod+escape mode default
}
bindsym $mod+i mode ignore
# }}}
# }}}
# Visual: {{{