From f302bd746a6b2e89328a1a617e7cce77067ed462 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Sun, 29 Oct 2023 21:03:05 +0100 Subject: [PATCH] Fix sending qBittorent to scratchpad --- .config/i3/config_common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/config_common b/.config/i3/config_common index ee59c4b..64132aa 100644 --- a/.config/i3/config_common +++ b/.config/i3/config_common @@ -233,7 +233,7 @@ for_window [class="Telegram"] move scratchpad # we don't use class="Thunderbird" to not move windows like "MsgCompose" to scratchpad : only the main window will be in scratchpad for_window [instance="Mail"] move scratchpad # icon in tray, don't need shortcut to bring it back -for_window [instance="qBittorrent"] move scratchpad +for_window [class="qBittorrent"] move scratchpad bindsym $mod+Shift+m [instance="Mail"] scratchpad show, move position center bindsym $mod+Shift+s [class="Signal"] scratchpad show, move position center bindsym $mod+Shift+t [class="Telegram"] scratchpad show, move position center