flake/home/applications/hyprland/hypr/plugins.conf

41 lines
641 B
Text
Raw Normal View History

2023-09-19 00:17:43 +00:00
# need to be absolute path
#plugin = $HOME/.config/hypr/plugins/csgo-vulkan-fix.so
plugin = $HOME/.config/hypr/plugins/hyprfocus.so
plugin {
csgo-vulkan-fix {
2023-10-15 00:51:56 +00:00
res_w = 1440
res_h = 1080
}
2023-09-19 00:17:43 +00:00
hyprfocus {
enabled = false
keyboard_focus_animation = flash
mouse_focus_animation = flash
bezier = bezIn, 0.5,0.0,1.0,0.5
bezier = bezOut, 0.0,0.5,0.5,1.0
2023-10-15 00:51:56 +00:00
}
2023-09-19 00:17:43 +00:00
2023-10-15 00:51:56 +00:00
flash {
flash_opacity = 0.7
2023-09-19 00:17:43 +00:00
2023-10-15 00:51:56 +00:00
in_bezier = bezIn
in_speed = 0.5
2023-09-19 00:17:43 +00:00
2023-10-15 00:51:56 +00:00
out_bezier = bezOut
out_speed = 3
}
2023-09-19 00:17:43 +00:00
2023-10-15 00:51:56 +00:00
shrink {
shrink_percentage = 0.99
2023-09-19 00:17:43 +00:00
2023-10-15 00:51:56 +00:00
in_bezier = bezIn
in_speed = 0.5
2023-09-19 00:17:43 +00:00
2023-10-15 00:51:56 +00:00
out_bezier = bezOut
out_speed = 3
}
2023-09-19 00:17:43 +00:00
}