diff options
author | tsxv478 <atci39@rambler.ru> | 2024-01-13 14:52:34 +0300 |
---|---|---|
committer | tsxv478 <atci39@rambler.ru> | 2024-01-13 14:52:34 +0300 |
commit | 48363915dc5436b5abc1db1bd949157c686bb05f (patch) | |
tree | bbebf65ccb98bee52c2cd03ee9023613fdf2a57b /picom | |
parent | c23dbb6db35cb0df43affb1640b87501c4f43397 (diff) |
picom
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'" +]; |