mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
fix pop-up window blur for some dialogs
This commit is contained in:
parent
a45030d7f2
commit
2c562a0d0a
@ -41,8 +41,16 @@ general {
|
|||||||
allow_tearing = false
|
allow_tearing = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
xwayland {
|
||||||
|
force_zero_scaling = true
|
||||||
|
}
|
||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 2
|
rounding = 2
|
||||||
|
drop_shadow = false
|
||||||
|
blur {
|
||||||
|
enabled = false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
|
@ -3,3 +3,6 @@
|
|||||||
windowrulev2 = workspace name:I, title:^(Steam)$
|
windowrulev2 = workspace name:I, title:^(Steam)$
|
||||||
windowrulev2 = workspace name:VII, title:Obsidian
|
windowrulev2 = workspace name:VII, title:Obsidian
|
||||||
windowrulev2 = opacity 0.9, 0.85,class:(kitty)
|
windowrulev2 = opacity 0.9, 0.85,class:(kitty)
|
||||||
|
|
||||||
|
# Turn off borders for file pickers
|
||||||
|
windowrulev2 = noborder, title:^(Open File)$
|
||||||
|
Loading…
x
Reference in New Issue
Block a user