diff options
author | Joe <rrbo@proton.me> | 2023-01-11 14:09:18 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-01-11 14:09:18 +0100 |
commit | 527b86e68e62584f28f7eeda74c9e48c7db1670d (patch) | |
tree | 9ce8ba857984b44ffde9f63d7e0448e25d883373 /.config/picom.conf | |
parent | up (diff) | |
download | dotfiles-bsd-527b86e68e62584f28f7eeda74c9e48c7db1670d.tar.gz dotfiles-bsd-527b86e68e62584f28f7eeda74c9e48c7db1670d.tar.bz2 dotfiles-bsd-527b86e68e62584f28f7eeda74c9e48c7db1670d.tar.xz dotfiles-bsd-527b86e68e62584f28f7eeda74c9e48c7db1670d.tar.zst dotfiles-bsd-527b86e68e62584f28f7eeda74c9e48c7db1670d.zip |
update
Diffstat (limited to '.config/picom.conf')
-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 d120c47..762dfeb 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=7; +corner-radius=6; rounded-corners-exclude= [ "window_type = 'menu'", "window_type = 'dropdown_menu'", |