forked from yshui/picom
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Platform
Arch
Environment
Bspwm with polybar
Hello i try to exclude dropdown popup, popup, and some other from animations, but i cant make it works i try with this code;
animations: true;
animation-stiffness = 200
animation-window-mass = 0.4
animation-dampening = 20
animation-clamping = false
animation-for-open-window = "zoom"; #open window
animation-for-unmap-window = "zoom"; #minimize window
animation-for-workspace-switch-in = "slide-down"; #the windows in the workspace that is coming in
animation-for-workspace-switch-out = "zoom"; #the windows in the workspace that are coming out
animation-for-transient-window = "none"; #popup windows
animation-exclude = [
"name = 'Notification'",
"window_type = 'dropdown_menu'",
"window_type = 'popup_menu'",
"window_type = 'popup'",
"window_type = 'dialog'",
"window_type = 'tooltip'",
"window_type = 'dock'",
"window_type = 'menu'",
"window_type = 'toolbar'",
"class_g = 'Conky'",
"class_g ?= 'Notify-osd'",
"class_g = 'Cairo-clock'",
"class_g = 'slop'",
"class_g = 'Polybar'",
"class_g = 'Retroarch'",
"class_g = 'Rofi'",
"_GTK_FRAME_EXTENTS@:c"
];
but that doesnt work.
Metadata
Metadata
Assignees
Labels
No labels