feat: reduce scroll factor for smoother scrolling
Refactor input settings into it's own file
This commit is contained in:
@@ -65,38 +65,11 @@ misc {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#############
|
|
||||||
### INPUT ###
|
|
||||||
#############
|
|
||||||
|
|
||||||
# https://wiki.hypr.land/Configuring/Variables/#input
|
|
||||||
input {
|
|
||||||
kb_layout = ie
|
|
||||||
kb_variant =
|
|
||||||
kb_model =
|
|
||||||
kb_options =
|
|
||||||
kb_rules =
|
|
||||||
|
|
||||||
follow_mouse = 1
|
|
||||||
accel_profile = flat
|
|
||||||
force_no_accel=2
|
|
||||||
|
|
||||||
sensitivity = 1 # -1.0 - 1.0, 0 means no modification.
|
|
||||||
|
|
||||||
touchpad {
|
|
||||||
natural_scroll = true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
device {
|
|
||||||
name = logitech-usb-receiver
|
|
||||||
sensitivity = 0
|
|
||||||
}
|
|
||||||
|
|
||||||
exec-once = waybar
|
exec-once = waybar
|
||||||
exec-once = nextcloud
|
exec-once = nextcloud
|
||||||
exec-once = hyprctl setcursor Breeze 24
|
exec-once = hyprctl setcursor Breeze 24
|
||||||
|
|
||||||
|
source = ~/.config/hypr/input.conf
|
||||||
source = ~/.config/hypr/keybinds.conf
|
source = ~/.config/hypr/keybinds.conf
|
||||||
source = ~/.config/hypr/applications.conf
|
source = ~/.config/hypr/applications.conf
|
||||||
source = ~/.config/hypr/decoration.conf
|
source = ~/.config/hypr/decoration.conf
|
||||||
|
|||||||
23
.config/hypr/input.conf
Normal file
23
.config/hypr/input.conf
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
input {
|
||||||
|
kb_layout = ie
|
||||||
|
kb_variant =
|
||||||
|
kb_model =
|
||||||
|
kb_options =
|
||||||
|
kb_rules =
|
||||||
|
|
||||||
|
follow_mouse = 1
|
||||||
|
accel_profile = flat
|
||||||
|
force_no_accel=2
|
||||||
|
|
||||||
|
sensitivity = 1
|
||||||
|
|
||||||
|
touchpad {
|
||||||
|
natural_scroll = true
|
||||||
|
scroll_factor = 0.2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
device {
|
||||||
|
name = logitech-usb-receiver
|
||||||
|
sensitivity = 0
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user