chore: inactive windows opacity set to 1
This commit is contained in:
parent
1e6b6e973d
commit
c377ab8cdd
2 changed files with 3 additions and 3 deletions
|
@ -16,9 +16,9 @@ decoration {
|
|||
# blurls = waybar
|
||||
}
|
||||
|
||||
active_opacity = 0.9
|
||||
active_opacity = 1
|
||||
inactive_opacity = 0.8
|
||||
fullscreen_opacity = 0.9
|
||||
fullscreen_opacity = 1
|
||||
|
||||
drop_shadow = true
|
||||
shadow_range = 30
|
||||
|
|
|
@ -24,7 +24,7 @@ windowrulev2 = animation popin, class:floating
|
|||
windowrulev2 = float, class:wpa-cute
|
||||
|
||||
# vscode rules :
|
||||
windowrulev2 = opacity 0.8,class:^(Code)$
|
||||
# windowrulev2 = opacity 0.8,class:^(Code)$
|
||||
|
||||
# firefox rules :
|
||||
windowrulev2 = float,class:^(Firefox)$,title:^(Library|Picture-in-Picture)$
|
||||
|
|
Loading…
Add table
Reference in a new issue