summaryrefslogtreecommitdiff
path: root/picom
diff options
context:
space:
mode:
authortsxv478 <atci39@rambler.ru>2024-06-19 06:58:00 +0300
committertsxv478 <atci39@rambler.ru>2024-06-19 06:58:00 +0300
commitfb05cbb94bbd6e8cfb22d3205d5463529313d868 (patch)
tree5d3898db011bb0202ad33cec1ff615b814d06341 /picom
parent25fc2a381fb65157e81d0dce74fb0e7de7f8afa1 (diff)
Fix structure
Diffstat (limited to 'picom')
-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'"
-];