diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 27d7a7d6..c6efd56f 100755 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -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 { @@ -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: @@ -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: @@ -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