Compare commits
2 Commits
1666a0225b
...
b4fcc4ca7c
Author | SHA1 | Date | |
---|---|---|---|
b4fcc4ca7c | |||
d0d8776121 |
@@ -39,8 +39,8 @@ in {
|
||||
allow_tearing = false;
|
||||
};
|
||||
decoration = {
|
||||
rounding = 8;
|
||||
rounding_power = 3.5;
|
||||
rounding = 10;
|
||||
rounding_power = 4;
|
||||
blur = {
|
||||
enabled = true;
|
||||
xray = true;
|
||||
@@ -71,11 +71,11 @@ in {
|
||||
|
||||
# Window rules
|
||||
windowrulev2 = [
|
||||
# Nice transparency for some apps
|
||||
"opacity 0.9,class:^(cursor)$"
|
||||
"opacity 0.9,class:^(firefox)$"
|
||||
"opacity 0.9,class:^(GitKraken)$"
|
||||
"opacity 0.9,class:^(obsidian)$"
|
||||
# Nice transparency for some apps (unless in fullscreen)
|
||||
"opacity 0.9,fullscreen:0,class:^(cursor)$"
|
||||
"opacity 0.9,fullscreen:0,class:^(firefox)$"
|
||||
"opacity 0.9,fullscreen:0,class:^(GitKraken)$"
|
||||
"opacity 0.9,fullscreen:0,class:^(obsidian)$"
|
||||
|
||||
# Keep Rofi focused
|
||||
"stayfocused, class:^(Rofi)$"
|
||||
|
Reference in New Issue
Block a user