Add a binding for bypass mode

This commit is contained in:
Adam Goldsmith 2020-11-02 01:34:42 -05:00
parent 90ee7f6d03
commit 8dda5c4eb1
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ exec --no-startup-id setxkbmap -option 'ctrl:nocaps' -option "shift:both_capsloc
mode "bypass" {
bindsym $mod+Escape mode "default"
}
bindsym $mod+Escape mode "bypass"
bindsym --release $mod+Return exec $config_dir/passthrough "Emacs|Alacritty" "super+Return" alacritty # start a terminal
bindsym $mod+e exec emacsclient -c -n # start emacs