summaryrefslogtreecommitdiffstats
path: root/.config/picom.conf
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2023-01-31 21:13:10 +0100
committerJoe <bousset.rudy@gmail.com>2023-01-31 21:13:10 +0100
commitae83bf5ca77c4cb3b6f219456e92d4c5e0f8fc9f (patch)
tree7341031ed0f84167350e95f48397761ef6544ad9 /.config/picom.conf
parentfbsd merge (diff)
parentup (diff)
downloaddotfiles-bsd-ae83bf5ca77c4cb3b6f219456e92d4c5e0f8fc9f.tar.gz
dotfiles-bsd-ae83bf5ca77c4cb3b6f219456e92d4c5e0f8fc9f.tar.bz2
dotfiles-bsd-ae83bf5ca77c4cb3b6f219456e92d4c5e0f8fc9f.tar.xz
dotfiles-bsd-ae83bf5ca77c4cb3b6f219456e92d4c5e0f8fc9f.tar.zst
dotfiles-bsd-ae83bf5ca77c4cb3b6f219456e92d4c5e0f8fc9f.zip
Merge branch 'master' of gitjoe.xyz:dotfiles-bsd
Diffstat (limited to '')
-rw-r--r--.config/picom.conf17
1 files changed, 15 insertions, 2 deletions
diff --git a/.config/picom.conf b/.config/picom.conf
index abad0f5..d120c47 100644
--- a/.config/picom.conf
+++ b/.config/picom.conf
@@ -8,5 +8,18 @@ no-fading-openclose = true;
no-use-damage = true;
# Inactive windows diming
-inactive-dim = 0.10;
-inactive-dim-fixed = true;
+# inactive-dim = 0.10;
+# inactive-dim-fixed = true;
+
+corner-radius=7;
+rounded-corners-exclude= [
+ "window_type = 'menu'",
+ "window_type = 'dropdown_menu'",
+ "window_type = 'popup_menu'",
+ "window_type = 'utility'",
+ "class_g = 'Polybar'",
+ "class_g = 'Rofi'",
+ "class_g = 'Dunst'"
+];
+detect-rounded-corners = true;
+