Removed anaesthetic blur and shadows to some menus of Firefox/Librewolf and GTK apps

master
Meliurwen 2 years ago
parent c35ad6bc8f
commit f1c33f1882
Signed by: meliurwen
GPG Key ID: 818A8B35E9F1CE10
  1. 9
      picom/.config/picom/config

@ -22,8 +22,11 @@ shadow-opacity = 0.3;
shadow-exclude = [ shadow-exclude = [
"_GTK_FRAME_EXTENTS@:c", "_GTK_FRAME_EXTENTS@:c",
"_NET_WM_STATE@:a *= '_NET_WM_STATE_HIDDEN'", "_NET_WM_STATE@:a *= '_NET_WM_STATE_HIDDEN'",
"window_type = 'menu'",
"(class_g = 'Firefox' || class_g = 'Librewolf') && (window_type = 'utility' || window_type = 'popup_menu')",
"class_g = 'URxvt'", "class_g = 'URxvt'",
"class_g = 'TelegramDesktop'" "class_g = 'TelegramDesktop'",
"class_g = 'trayer'"
]; ];
## Fading ## Fading
@ -67,6 +70,8 @@ blur-background-exclude = [
"window_type = 'utility'", "window_type = 'utility'",
"window_type = 'dialog'", "window_type = 'dialog'",
"window_type = 'notification'", "window_type = 'notification'",
"window_type = 'normal' && !class_g = 'URxvt' && !class_g = 'Rofi'", "window_type = 'menu'",
"window_type = 'normal' && !(class_g = 'URxvt' || class_g = 'Rofi')",
"(class_g = 'Firefox' || class_g = 'Librewolf') && window_type = 'popup_menu'",
"class_g = 'TeamSpeak 3'" "class_g = 'TeamSpeak 3'"
]; ];

Loading…
Cancel
Save