feat(hypr): disable animations and opacity for active windows
This commit is contained in:
parent
9ddb852b34
commit
4866d1a307
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
animations {
|
||||
enabled = true
|
||||
enabled = false
|
||||
|
||||
bezier = default, 0.05, 0.9, 0.1, 1.02
|
||||
bezier = wind, 0.05, 0.9, 0.1, 1.02
|
||||
|
|
|
@ -12,8 +12,8 @@ general {
|
|||
decoration {
|
||||
rounding = 7
|
||||
|
||||
active_opacity = 0.92
|
||||
inactive_opacity = 0.90
|
||||
active_opacity = 1
|
||||
inactive_opacity = 0.95
|
||||
|
||||
blur {
|
||||
enabled = yes
|
||||
|
|
Loading…
Add table
Reference in a new issue