diff options
author | Joe <rrbo@proton.me> | 2023-01-11 14:09:33 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-01-11 14:09:33 +0100 |
commit | a86042fa12a2122076b544ef2288935b69677162 (patch) | |
tree | 26888f05429852feeba0bcc2bab4dd8eac6afb96 /.config | |
parent | update (diff) | |
download | dotfiles-bsd-a86042fa12a2122076b544ef2288935b69677162.tar.gz dotfiles-bsd-a86042fa12a2122076b544ef2288935b69677162.tar.bz2 dotfiles-bsd-a86042fa12a2122076b544ef2288935b69677162.tar.xz dotfiles-bsd-a86042fa12a2122076b544ef2288935b69677162.tar.zst dotfiles-bsd-a86042fa12a2122076b544ef2288935b69677162.zip |
update
Diffstat (limited to '.config')
-rw-r--r-- | .config/picom.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/picom.conf b/.config/picom.conf index 762dfeb..4c024b6 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -11,7 +11,7 @@ no-use-damage = true; # inactive-dim = 0.10; # inactive-dim-fixed = true; -corner-radius=6; +corner-radius=5; rounded-corners-exclude= [ "window_type = 'menu'", "window_type = 'dropdown_menu'", |