diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-02-29 14:26:50 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-02-29 14:26:50 +0100 |
commit | c16799693cb6d780f258833689a6d312506093bb (patch) | |
tree | f11e3ba72e632269160275f1c3c36d170fb81a62 /config/X/picom | |
parent | da998b5c857aef8903bf791b4e41966cf230562c (diff) | |
parent | 8ab76a9ebf8414c720f13bd0aaaa2e6452ff753b (diff) |
Merge branch 'main' of debuc.com:dotfiles
Diffstat (limited to 'config/X/picom')
-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; |