Compare commits

...

2 Commits

Author SHA1 Message Date
b4fcc4ca7c dont make things transparent when in fullscreen 2025-06-21 11:33:01 +02:00
d0d8776121 hyprland rounding 2025-06-21 11:31:49 +02:00

View File

@@ -39,8 +39,8 @@ in {
allow_tearing = false; allow_tearing = false;
}; };
decoration = { decoration = {
rounding = 8; rounding = 10;
rounding_power = 3.5; rounding_power = 4;
blur = { blur = {
enabled = true; enabled = true;
xray = true; xray = true;
@@ -71,11 +71,11 @@ in {
# Window rules # Window rules
windowrulev2 = [ windowrulev2 = [
# Nice transparency for some apps # Nice transparency for some apps (unless in fullscreen)
"opacity 0.9,class:^(cursor)$" "opacity 0.9,fullscreen:0,class:^(cursor)$"
"opacity 0.9,class:^(firefox)$" "opacity 0.9,fullscreen:0,class:^(firefox)$"
"opacity 0.9,class:^(GitKraken)$" "opacity 0.9,fullscreen:0,class:^(GitKraken)$"
"opacity 0.9,class:^(obsidian)$" "opacity 0.9,fullscreen:0,class:^(obsidian)$"
# Keep Rofi focused # Keep Rofi focused
"stayfocused, class:^(Rofi)$" "stayfocused, class:^(Rofi)$"