[i3] add shortcut to move/show scratchpad for any window

master
Quentin Duchemin 2022-03-13 16:50:32 +01:00
parent 3abe59af50
commit d383d924d2
1 changed files with 4 additions and 0 deletions

View File

@ -235,6 +235,10 @@ for_window [class="Telegram"] floating enable
for_window [class="Thunderbird"] move position center for_window [class="Thunderbird"] move position center
# scratchpad # scratchpad
# Make the currently focused window a scratchpad
bindsym $mod+Shift+BackSpace move scratchpad
# Show the first scratchpad window
bindsym $mod+BackSpace scratchpad show
for_window [class="Signal"] move scratchpad for_window [class="Signal"] move scratchpad
for_window [class="obsidian"] move scratchpad for_window [class="obsidian"] move scratchpad
for_window [class="Telegram"] move scratchpad for_window [class="Telegram"] move scratchpad