i3: don't move quake console to scratchpad each time its title change

This commit is contained in:
Vincent Bernat 2021-07-06 08:50:03 +02:00
parent 4dcf46c2ed
commit e31aafdd5d

2
config
View file

@ -151,7 +151,7 @@ bindsym Print exec --no-startup-id "flameshot gui -r | xclip -selection clipboar
# Quake window # Quake window
set $quake "QuakeConsoleNeedsUniqueName" set $quake "QuakeConsoleNeedsUniqueName"
for_window [instance=$quake] move window to scratchpad for_window [instance=$quake title=$term] move window to scratchpad
bindsym $mod+grave exec ~/.config/i3/bin/quake --name $quake --term $term bindsym $mod+grave exec ~/.config/i3/bin/quake --name $quake --term $term
# Random rules # Random rules