From 706a5210f49d7e94694dabe8b5732b313d53811d Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Thu, 3 Nov 2022 15:14:58 +0100 Subject: [PATCH] [Hamster] Enable floating, switch to class rather than mark --- .config/i3/config.d/desk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/i3/config.d/desk b/.config/i3/config.d/desk index 7ac83a5..e14bad6 100644 --- a/.config/i3/config.d/desk +++ b/.config/i3/config.d/desk @@ -57,12 +57,12 @@ exec --no-startup-id amixer -D hw:PCH -M sset Headphone 100% # Scratchpad ## For Hamster, moving to SP automatically is problematic. Do it only by hand. -for_window [class="Hamster" window_type="normal"] mark "hamster" +for_window [class="Hamster" window_type="normal"] floating enable for_window [class="Non-Mixer"] mark "mixer", move scratchpad for_window [class="Catia*"] mark "jack", move scratchpad bindsym $mod+Shift+j [con_mark="jack"] scratchpad show, move position center bindsym $mod+Shift+v [con_mark="mixer"] scratchpad show, move position center -bindsym $mod+Shift+p [con_mark="hamster" window_type="normal"] scratchpad show, move position center +bindsym $mod+Shift+p [class="Hamster" window_type="normal"] scratchpad show, move position center for_window [class="thunderbird" window_type="normal"] resize set 1600 850 for_window [class="Signal"] resize set 1600 850