Add binding to launch gajim in launch mode

This commit is contained in:
Adam Goldsmith 2020-04-17 14:34:16 -04:00
parent d7d040c292
commit 8e0cc0a60f
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ mode "launch" {
bindsym e exec emacsclient -c -n; mode "default"
bindsym f exec firefox; mode "default"
bindsym --release t exec $config_dir/passthrough "Emacs" "super+t" thunar; mode "default"
bindsym x exec gajim; mode "default"
bindsym Escape mode "default"
bindsym Return mode "default"
}