mass update.
[my-dotfiles.git] / picom.conf
index a8ba5c7..660f5f7 100644 (file)
@@ -44,6 +44,7 @@ shadow-offset-y = -7;
 #
 # shadow-exclude = []
 shadow-exclude = [
+  "class_g = 'lxqt-notificationd'",
   "name = 'Notification'",
   "class_g = 'Conky'",
   "class_g ?= 'Notify-osd'",
@@ -273,7 +274,7 @@ detect-transient = true;
 # will be considered focused or unfocused at the same time.
 # 'WM_TRANSIENT_FOR' has higher priority if detect-transient is enabled, too.
 #
-# detect-client-leader = false
+detect-client-leader = true;
 
 # Resize damaged region by a specific number of pixels.
 # A positive value enlarges it while a negative one shrinks it.
@@ -420,7 +421,7 @@ log-level = "warn";
 #
 wintypes:
 {
-  tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; };
+  tooltip = { fade = true; shadow = false; opacity = 0.95; focus = true; full-shadow = false; };
   dock = { shadow = false; clip-shadow-above = true; }
   dnd = { shadow = false; }
   popup_menu = { opacity = 0.8; }