mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-22 02:41:50 +08:00
sway: update window rules
This commit is contained in:
parent
efe2150714
commit
f22c3f4e18
@ -7,10 +7,11 @@ for_window {
|
|||||||
[app_id="librewolf" title="^Picture-in-Picture$"] $sticky
|
[app_id="librewolf" title="^Picture-in-Picture$"] $sticky
|
||||||
|
|
||||||
[app_id="exe$"] $float # Wayland wine app
|
[app_id="exe$"] $float # Wayland wine app
|
||||||
|
[app_id="org.strawberrymusicplayer.strawberry"] $float
|
||||||
[class="exe$"] $float # XWayland wine app
|
[class="exe$"] $float # XWayland wine app
|
||||||
[instance="java-lang-Thread"] $float
|
|
||||||
[instance="steamwebhelper"] $float
|
[instance="steamwebhelper"] $float
|
||||||
[title="Extension:*"] $float # Bitwarden passkey etc.
|
[title="Extension:*"] $float # Bitwarden passkey etc.
|
||||||
|
[title="Write:*"] $float # Thunderbird write emails
|
||||||
[window_role="pop-up,task_dialog,About"] $float
|
[window_role="pop-up,task_dialog,About"] $float
|
||||||
[window_type="dialog"] $float
|
[window_type="dialog"] $float
|
||||||
[window_type="dropdown_menu"] $float
|
[window_type="dropdown_menu"] $float
|
||||||
|
Loading…
Reference in New Issue
Block a user