started kitty config (because kitty seems to be better at rendering

nerdfont symbols)
This commit is contained in:
scbj
2025-01-07 14:36:15 +01:00
parent 9a11ed058b
commit ccadd8c93e
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# BLARGH
disable_ligatures always

View File

@@ -15,6 +15,7 @@ fade-delta = 8;
transparent-clipping = false;
opacity-rule = [
"90:class_g = 'Alacritty'",
"90:class_g = 'Kitty'",
"85:class_g = 'Polybar'",
"95:class_g = 'SpeedCrunch'",
];