summaryrefslogtreecommitdiff
path: root/picom/picom.conf
diff options
context:
space:
mode:
Diffstat (limited to 'picom/picom.conf')
-rw-r--r--picom/picom.conf14
1 files changed, 0 insertions, 14 deletions
diff --git a/picom/picom.conf b/picom/picom.conf
deleted file mode 100644
index 17b0b29..0000000
--- a/picom/picom.conf
+++ /dev/null
@@ -1,14 +0,0 @@
-backend = "glx";
-vsync = true;
-corner-radius = 20;
-
-rounded-corners-exclude = [
- "window_type = 'menu'",
- "window_type = 'dropdown_menu'",
- "window_type = 'popup_menu'",
- "window_type = 'tooltip'",
- "window_type = 'dnd'",
- "class_g = 'dwm'",
- "class_g = 'dmenu'",
- "class_g = 'Dunst'"
-];