This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-05-01 15:40:08 +02:00
parent 6229486f8a
commit dd3d1f6b96
3 changed files with 120 additions and 3 deletions

View File

@@ -167,7 +167,8 @@ in
fullscreen_opacity = "1.0";
dim_inactive = false;
dim_strength = "0.3";
dim_strength = "0.2";
dim_around = "0.8";
blur = {
enabled = true;
@@ -263,7 +264,6 @@ in
"opacity ${transparency}, thunar"
"opacity ${transparency}, title:^(wlogout)$"
"opaque, title:^(GNU Image Manipulation Program)$"
"dimaround, Rofi"
"float, title:^(Picture-in-Picture)$"
"float, title:^(Ibus-ui.*)$"
"float, ^(ibus-ui.*)$"
@@ -286,6 +286,9 @@ in
layerrule = [
"blur,waybar"
"dimaround,rofi"
"blur,rofi"
"xray,rofi"
];