Skip to content

Commit

Permalink
amd 301 current 2024-12-19 23:46:16 nvidia-egpu-25.05.20241218.85aeae…
Browse files Browse the repository at this point in the history
…2 6.6.66 *
  • Loading branch information
dezren39 committed Dec 20, 2024
1 parent 56e6ee2 commit f77af82
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/hypr/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -286,9 +286,9 @@ plugin:dynamic-cursors {
# ...
shaperule = text, rotate:offset: 90
# use stretch mode when grabbing, and set the limit low
shaperule = grab, stretch, stretch:limit: 2000
shaperule = grab, stretch, stretch:limit: 1000
# do not show any effects on clientside cursors
shaperule = clientside, none
# shaperule = clientside, none

# for mode = rotate
rotate {
Expand All @@ -307,7 +307,7 @@ plugin:dynamic-cursors {

# controls how powerful the tilt is, the lower, the more power
# this value controls at which speed (px/s) the full tilt is reached
limit = 1000
limit = 100
#5000

# relationship between speed and tilt, supports these values:
Expand All @@ -322,7 +322,7 @@ plugin:dynamic-cursors {

# controls how much the cursor is stretched
# this value controls at which speed (px/s) the full stretch is reached
limit = 1000
limit = 100
#3000

# relationship between speed and stretch amount, supports these values:
Expand All @@ -345,7 +345,7 @@ plugin:dynamic-cursors {

# controls how soon a shake is detected
# lower values mean sooner
threshold = 6.0
threshold = 2.0

# magnification level immediately after shake start
base = 4.0
Expand Down

0 comments on commit f77af82

Please sign in to comment.