fix(sway): automatcally moves meta to scratchpad
This commit is contained in:
parent
50d411d9ea
commit
c104b16dc7
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ bindsym Mod4+Escape mode "$mode_system"
|
||||||
workspace_auto_back_and_forth yes
|
workspace_auto_back_and_forth yes
|
||||||
|
|
||||||
## Commands for specific windows
|
## Commands for specific windows
|
||||||
for_window [class="^kitty$" instance="^meta$"] move scratchpad, scratchpad show
|
for_window [app_id="^kitty$" title="^meta$"] move scratchpad, scratchpad show
|
||||||
|
|
||||||
## Programs at launch
|
## Programs at launch
|
||||||
#exec --no-startup-id nextcloud
|
#exec --no-startup-id nextcloud
|
||||||
|
|
Loading…
Add table
Reference in a new issue