add kitty

This commit is contained in:
LavaDesu 2021-07-05 15:05:01 +07:00
parent 294702c330
commit 1fb48c6a27
Signed by: cilly
GPG key ID: 6500251E087653C9
4 changed files with 22 additions and 1 deletions

View file

@ -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;