Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.
Allusive edited this page Nov 14, 2023 · 10 revisions

Why is <insert here> not working?!

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.

How can I disable the popup animations on Firefox?

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'"
];

corners-rule doesn't work if corner-radius is set to 0

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

Clone this wiki locally