New backup 2024-05-31 23:00:02
This commit is contained in:
parent
a81156ae7b
commit
c24407632b
2 changed files with 5 additions and 4 deletions
|
@ -1 +1 @@
|
||||||
device_discord_app="armcord"
|
device_discord_app="armcord --enable-features=UseOzonePlatform,WaylandWindowDecorations --ozone-platform-hint=auto"
|
||||||
|
|
|
@ -4,9 +4,10 @@
|
||||||
for_window [shell="xwayland"] title_format "[X] %title"
|
for_window [shell="xwayland"] title_format "[X] %title"
|
||||||
|
|
||||||
# Discord/Armcord opens in scratchpad
|
# Discord/Armcord opens in scratchpad
|
||||||
for_window [class="ArmCord"] move scratchpad, floating enable, scratchpad hide
|
for_window [app_id="ArmCord"] move scratchpad, floating enable, scratchpad hide
|
||||||
for_window [class="Discord"] move scratchpad, floating enable, scratchpad hide
|
# for_window [class="ArmCord"] move scratchpad, floating enable, scratchpad hide
|
||||||
for_window [title="Discord"] move scratchpad, floating enable, scratchpad hide
|
# for_window [class="Discord"] move scratchpad, floating enable, scratchpad hide
|
||||||
|
# for_window [title="Discord"] move scratchpad, floating enable, scratchpad hide
|
||||||
|
|
||||||
# Thunderbird assigned to workspace 9
|
# Thunderbird assigned to workspace 9
|
||||||
assign [title="Mozilla Thunderbird$"] workspace "9:"
|
assign [title="Mozilla Thunderbird$"] workspace "9:"
|
||||||
|
|
Loading…
Add table
Reference in a new issue