Update system
This commit is contained in:
parent
84b5700555
commit
b222c15014
10 changed files with 150 additions and 209 deletions
|
@ -83,12 +83,30 @@ plugin {
|
|||
trigger_height = 500
|
||||
}
|
||||
}
|
||||
|
||||
hyprfocus {
|
||||
enabled = false
|
||||
|
||||
keyboard_focus_animation = shrink
|
||||
|
||||
bezier = bezIn, 0.5,0.0,1.0,0.5
|
||||
bezier = bezOut, 0.0,0.5,0.5,1.0
|
||||
|
||||
shrink {
|
||||
shrink_percentage = 0.99
|
||||
|
||||
in_bezier = bezIn
|
||||
in_speed = 1
|
||||
|
||||
out_bezier = bezOut
|
||||
out_speed = 3
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
monitor = , preferred, auto, 1
|
||||
|
||||
layerrule = blur, wofi
|
||||
layerrule = blur, ironbar
|
||||
|
||||
windowrulev2 = float, class:^(opensnitch_ui)$
|
||||
windowrulev2 = dimaround, class:^(opensnitch_ui)$
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue