diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-02-27 22:54:28 +0100 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-02-27 22:54:28 +0100 | 
| commit | a441502e78ac4981c1c10ba017d2c98f08adfce8 (patch) | |
| tree | 3e18a6a7702ebf64c2d44daadd0759f4d242702a | |
| parent | d3d3c3dd1bdcac22c751b2ab1031de7c7bf6e903 (diff) | |
remove rounding on dwm status bar
| -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;  | 
