✨ feat(hypr): new plugin: dynamic-cursors
This commit is contained in:
parent
9985def40c
commit
48f0104cfc
2 changed files with 29 additions and 0 deletions
|
@ -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
|
||||||
|
|
25
.config/hypr/plugins/dynamic-cursors.conf
Normal file
25
.config/hypr/plugins/dynamic-cursors.conf
Normal 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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue