diff options
| -rw-r--r-- | config/X/picom/picom.conf | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/config/X/picom/picom.conf b/config/X/picom/picom.conf index 3e15abf..48d6e20 100644 --- a/config/X/picom/picom.conf +++ b/config/X/picom/picom.conf @@ -3,7 +3,8 @@  #################################  corner-radius = 5.0;  rounded-corners-exclude = [ -    "class_g = 'Dunst'" +    "class_g = 'Dunst'", +    "class_g = 'dwm'"  ];  round-borders = 1;  | 
