removes extra kitty rules
parent
3e7529227b
commit
0b01704d4e
|
@ -6,12 +6,7 @@
|
|||
services.picom = {
|
||||
enable = true;
|
||||
inactiveOpacity = "0.90";
|
||||
opacityRule = [
|
||||
"100:fullscreen"
|
||||
"100:class_g = 'Polybar'"
|
||||
"85 :class_g = 'kitty' && !focused"
|
||||
"90 :class_g = 'kitty' && focused"
|
||||
];
|
||||
opacityRule = [ "100:fullscreen" "100:class_g = 'Polybar'" ];
|
||||
blur = true;
|
||||
blurExclude = [ "class_g = 'Polybar'" ];
|
||||
experimentalBackends = true;
|
||||
|
|
Loading…
Reference in New Issue