New backup 2025-06-25 15:45:02
This commit is contained in:
parent
774df9572a
commit
2bfe13350f
1 changed files with 6 additions and 2 deletions
|
@ -5,6 +5,7 @@ set {
|
||||||
#window behavior
|
#window behavior
|
||||||
$ii inhibit_idle focus
|
$ii inhibit_idle focus
|
||||||
$popup floating enable, shadows enable, border pixel 1, sticky enable
|
$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
|
$game inhibit_idle focus, floating enable, border none, fullscreen enable, shadows disable
|
||||||
$scratch move scratchpad, floating enable, scratchpad hide
|
$scratch move scratchpad, floating enable, scratchpad hide
|
||||||
#workspace assignments
|
#workspace assignments
|
||||||
|
@ -40,8 +41,11 @@ for_window {
|
||||||
[app_id="udiskie"] $popup
|
[app_id="udiskie"] $popup
|
||||||
[title="^Picture-in-Picture$"] $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="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
|
#game - inhibit idle focus, no border, fullscreen, floating
|
||||||
[instance="origin.exe"] $game
|
[instance="origin.exe"] $game
|
||||||
|
|
Loading…
Add table
Reference in a new issue