New backup 2025-03-14 15:00:07
This commit is contained in:
parent
7a0a288434
commit
3285579716
1 changed files with 3 additions and 3 deletions
|
@ -4,8 +4,8 @@ include $HOME/.config/sway/config.d/window_rules.d/*
|
|||
set {
|
||||
#window behavior
|
||||
$ii inhibit_idle focus
|
||||
$popup floating enable; shadows enable; border pixel 1; sticky enable
|
||||
$game inhibit_idle focus; floating enable; border none; fullscreen enable; shadows disable
|
||||
$popup floating enable, shadows enable, border pixel 1, sticky enable
|
||||
$game inhibit_idle focus, floating enable, border none, fullscreen enable, shadows disable
|
||||
$scratch move scratchpad, floating enable, scratchpad hide
|
||||
#workspace assignments
|
||||
$home_ws workspace 0:
|
||||
|
@ -33,7 +33,7 @@ for_window {
|
|||
[title="^alacritty_sticky_notes$"] $popup
|
||||
[app_id="com.github.hluk.copyq"] $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
|
||||
|
||||
#game - inhibit idle focus, no border, fullscreen, floating
|
||||
[instance="origin.exe"] $game
|
||||
|
|
Loading…
Add table
Reference in a new issue