feat(hypr): new plugin: dynamic-cursors

This commit is contained in:
Sergio Laín 2024-06-30 02:56:59 +02:00
parent 9985def40c
commit 48f0104cfc
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150
2 changed files with 29 additions and 0 deletions

View file

@ -15,3 +15,7 @@ exec-once = hyprpm reload -n
# Hyprspace # Hyprspace
# exec-once = hyprpm enable hyprspace # exec-once = hyprpm enable hyprspace
# source = ~/.config/hypr/plugins/hyprspace.conf # source = ~/.config/hypr/plugins/hyprspace.conf
# Dynamic-cursors
# exec-once = hyprpm enable dynamic-cursors
# source = ~/.config/hypr/plugins/dynamic-cursors.conf

View file

@ -0,0 +1,25 @@
# Conf
plugin {
enabled = true
mode = rotate
threshold = 10
rotate {
length = 10
}
tilt {
limit = 5000
function = negative_quadratic
}
shake = true
shake {
threshold = 3.0
factor = 3.5
effects = rotate
nearest = true
}
}