mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-29 13:00:02 +02:00
i3: don't move quake console to scratchpad each time its title change
This commit is contained in:
parent
4dcf46c2ed
commit
e31aafdd5d
1 changed files with 1 additions and 1 deletions
2
config
2
config
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue