fix(hypr): increase scroll factor
Scrolling on certain apps is too slow with 0.2
This commit is contained in:
@@ -29,8 +29,8 @@ env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
|||||||
env = NVD_BACKEND,direct
|
env = NVD_BACKEND,direct
|
||||||
env = QT_QPA_PLATFORMTHEME,qt6ct # for Qt apps# Theme
|
env = QT_QPA_PLATFORMTHEME,qt6ct # for Qt apps# Theme
|
||||||
|
|
||||||
exec-once = waybar
|
|
||||||
exec-once = nextcloud
|
exec-once = nextcloud
|
||||||
|
exec-once = waybar
|
||||||
exec-once = hyprctl setcursor Breeze 24
|
exec-once = hyprctl setcursor Breeze 24
|
||||||
|
|
||||||
source = ~/.config/hypr/input.conf
|
source = ~/.config/hypr/input.conf
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ input {
|
|||||||
|
|
||||||
touchpad {
|
touchpad {
|
||||||
natural_scroll = true
|
natural_scroll = true
|
||||||
scroll_factor = 0.2
|
scroll_factor = 0.5
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user