fix(hypr): increase scroll factor

Scrolling on certain apps is too slow with 0.2
This commit is contained in:
2026-03-12 08:55:49 +00:00
parent 9ee3da3100
commit 568a81a94d
2 changed files with 2 additions and 2 deletions

View File

@@ -29,8 +29,8 @@ env = __GLX_VENDOR_LIBRARY_NAME,nvidia
env = NVD_BACKEND,direct
env = QT_QPA_PLATFORMTHEME,qt6ct # for Qt apps# Theme
exec-once = waybar
exec-once = nextcloud
exec-once = waybar
exec-once = hyprctl setcursor Breeze 24
source = ~/.config/hypr/input.conf

View File

@@ -13,7 +13,7 @@ input {
touchpad {
natural_scroll = true
scroll_factor = 0.2
scroll_factor = 0.5
}
}