diff options
Diffstat (limited to 'picom')
-rw-r--r-- | picom/picom.conf | 12 |
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'" +]; |