dots


commit
7e7bbde
parent
fcc2e11
author
xxwhirlpool
date
2025-08-11 08:10:16 -0400 EDT
picom edit
1 files changed,  +4, -1
M config/.config/picom/picom.conf
+4, -1
1@@ -1 +1,4 @@
2-opacity-rule = ["90:class_g = 'kitty'"]
3+opacity-rule = [
4+	"90:class_g = 'kitty'",
5+	"90:class_g = 'lxqt-panel'"
6+]