add kitty
This commit is contained in:
parent
294702c330
commit
1fb48c6a27
4 changed files with 22 additions and 1 deletions
|
|
@ -7,6 +7,7 @@
|
|||
blurExclude = [
|
||||
(builtins.concatStringsSep " && " [
|
||||
"class_g != 'Alacritty'"
|
||||
"class_g != 'kitty'"
|
||||
#"class_g != 'Polybar'"
|
||||
"class_g != 'URxvt'"
|
||||
])
|
||||
|
|
@ -17,6 +18,7 @@
|
|||
|
||||
opacityRule = [
|
||||
"80:class_g = 'Alacritty' && !focused"
|
||||
"92:class_g = 'kitty' && !focused"
|
||||
];
|
||||
vSync = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue