This repository was archived by the owner on Feb 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
FAQ
Allusive edited this page Nov 14, 2023
·
10 revisions
Before creating a issue please test the sample config with your desired setting to check whether another part of your configuration was the cause of the issue.
If that does not fix the issue please check the wiki for the option you are trying to set to make sure the values are correct.
After these steps you can proceed to make an Issue using the template.
wintypes:
{
popup_menu = { animation = "none"; animation-unmap = "none"; };
utility = { animation = "none"; animation-unmap = "none"; };
tooltip = { animation = "none"; animation-unmap = "none"; };
}
This disables all popup animations. If you just want to stop Firefox popup menu animations, use this.
animation-open-exclude = [
"name = 'Firefox'"
];
animation-unmap-exclude = [
"name = 'Firefox'"
];
Easiest way to fix this is just set corner-radius
to 1
. It looks just the same as zero but still enables the use of corners-rule