dotfiles

Author: Kyle Fuller <kyle@fuller.li> 2024-05-27 20:57:14 +0100 +0100
Committer: Kyle Fuller <kyle@fuller.li> 2024-05-27 20:57:14 +0100 +0100
Commit: f14a9998f19e989ee21f518df6d58563655c4e52
Parent: d5c2c4ea0d4f45ed919843d91a4b9d3f105a9250


chore(picom): remove

Don't actually use picom, outdated configuration
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf
deleted file mode 100644
index 70fc1cd3f5980f7aa4b7c6bcf048c3abec115d49..0000000000000000000000000000000000000000
--- a/.config/picom/picom.conf
+++ /dev/null
@@ -1,10 +0,0 @@
-backend = "xrender";
-
-opacity-rule = [
-  "92:class_g = 'kitty' && focused",
-  "88:class_g = 'kitty' && !focused",
-  "95:class_g = 'Rofi'",
-  "98:class_g = 'firefox' && !focused",
-];
-
-vsync = true;