hyprland: move input to devices.conf

This commit is contained in:
timoxa0 2024-11-20 22:08:23 +05:00
parent 824b24322d
commit 6176857532
3 changed files with 27 additions and 12 deletions

View file

@ -59,15 +59,3 @@ misc {
disable_hyprland_logo = true
}
input {
kb_layout = us, ru
kb_variant =
kb_model =
kb_options = grp:caps_toggle
kb_rules =
follow_mouse = 1
sensitivity = 0
touchpad {
natural_scroll = false
}
}

View file

@ -0,0 +1,26 @@
input {
kb_layout = us, ru
kb_variant =
kb_model =
kb_options = grp:caps_toggle
kb_rules =
follow_mouse = 1
sensitivity = 0
}
gestures {
workspace_swipe_touch = true
workspace_swipe_cancel_ratio = 0.1
}
device {
name = nvtcapacitivetouchscreen
transform = 3
output = DSI-1
}
device {
name = nvtcapacitivepen
transform = 3
output = DSI-1
}

View file

@ -18,4 +18,5 @@ source = decorations.conf
source = env.conf
source = binds.conf
source = rules.conf
source = devices.conf
exec-once = ~/.config/hypr/bin/autostart