From 323ff5259310bc725f99e01cd8534fbd8b4fb827 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Tue, 28 Feb 2023 15:01:01 +0100 Subject: [PATCH] Add qBitTorrent autostart --- .config/i3/config_common | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/i3/config_common b/.config/i3/config_common index 414b161..c5474e8 100644 --- a/.config/i3/config_common +++ b/.config/i3/config_common @@ -74,6 +74,7 @@ exec signal-desktop exec telegram-desktop exec obsidian exec --no-startup-id redshift-gtk +exec qbittorrent # fetch keys from HSM exec --no-startup-id gpg --card-status @@ -224,6 +225,8 @@ for_window [class="Signal" window_type="normal"] move scratchpad 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 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