diff options
author | tsxv478 <atvx717@infraredcombat.xyz> | 2024-01-13 14:52:34 +0300 |
---|---|---|
committer | tsxv478 <atvx717@infraredcombat.xyz> | 2024-01-13 14:52:34 +0300 |
commit | 3bdc13581786e29dcc4567a7318f61353f3b7931 (patch) | |
tree | bbebf65ccb98bee52c2cd03ee9023613fdf2a57b | |
parent | cbf7119873e1133b5be4302e56086b9e3d518d81 (diff) |
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'" +]; |