diff --git a/de/home/.config/sway/config.d/window_rules b/de/home/.config/sway/config.d/window_rules index cd8adab..ede7815 100644 --- a/de/home/.config/sway/config.d/window_rules +++ b/de/home/.config/sway/config.d/window_rules @@ -5,6 +5,7 @@ set { #window behavior $ii inhibit_idle focus $popup floating enable, shadows enable, border pixel 1, sticky enable + $float floating enable, shadows enable $game inhibit_idle focus, floating enable, border none, fullscreen enable, shadows disable $scratch move scratchpad, floating enable, scratchpad hide #workspace assignments @@ -40,8 +41,11 @@ for_window { [app_id="udiskie"] $popup [title="^Picture-in-Picture$"] $popup [app_id="org.keepassxc.KeePassXC" title="^(?=.*(^Unlock Database|Browser Access Request$|\[Locked\])).*$"] $popup, resize set height 50 ppt, resize set width 75 ppt - [app_id="xdg-desktop-portal-gtk"] $popup - [class="^Signal$"] $popup + +#float - float + [app_id="xdg-desktop-portal-gtk"] $float + [app_id="Alacritty_Float"] $float + [class="^Signal$"] $float #game - inhibit idle focus, no border, fullscreen, floating [instance="origin.exe"] $game