summaryrefslogtreecommitdiff
path: root/picom/picom.conf
diff options
context:
space:
mode:
authortsxv478 <atci39@rambler.ru>2024-01-13 14:52:34 +0300
committertsxv478 <atci39@rambler.ru>2024-01-13 14:52:34 +0300
commit48363915dc5436b5abc1db1bd949157c686bb05f (patch)
treebbebf65ccb98bee52c2cd03ee9023613fdf2a57b /picom/picom.conf
parentc23dbb6db35cb0df43affb1640b87501c4f43397 (diff)
picom
Diffstat (limited to 'picom/picom.conf')
-rw-r--r--picom/picom.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/picom/picom.conf b/picom/picom.conf
new file mode 100644
index 0000000..04ce84d
--- /dev/null
+++ b/picom/picom.conf
@@ -0,0 +1,12 @@
+backend = "glx";
+vsync = true;
+corner-radius = 20;
+rounded-corners-exclude = [
+ "window_type = 'menu'",
+ "window_type = 'dropdown_menu'",
+ "window_type = 'popup_menu'",
+ "window_type = 'tooltip'",
+ "class_g = 'dwm'",
+ "class_g = 'dmenu'",
+ "class_g = 'Dunst'"
+];