mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-23 10:18:34 +02:00
picom: disable fading
This is cool, but switching between workspaces can be a bit painful as windows are unmapped (but not closed) and mapped, so there is some time and a transition to the background. If we try to make it quicker, the flicker is more important.
This commit is contained in:
parent
f85aa0487c
commit
ed9b7c622e
1 changed files with 0 additions and 5 deletions
|
@ -18,8 +18,3 @@ wintypes:
|
|||
dropdown_menu = { opacity = 1; }
|
||||
menu = { opacity = 1; }
|
||||
}
|
||||
|
||||
# Enable fading
|
||||
fading = true;
|
||||
fade-in-step = 0.05;
|
||||
fade-out-step = 0.05;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue