Remove --show from gajim, as 1.8.0 makes it default behavior

This commit is contained in:
Adam Goldsmith 2023-05-30 20:06:38 -04:00
parent 82a5a43779
commit d89209a1f3

View File

@ -80,7 +80,7 @@ mode "launch" {
bindsym f exec firefox; mode "default"
bindsym t exec thunar; mode "default"
bindsym --release Shift+t exec $config_dir/passthrough "Emacs" "super+t" thunar; mode "default"
bindsym x exec gajim --show; mode "default"
bindsym x exec gajim; mode "default"
bindsym Escape mode "default"
bindsym Return mode "default"
bindsym grave mode "default"