hyprland: move input to devices.conf
This commit is contained in:
parent
824b24322d
commit
6176857532
|
@ -59,15 +59,3 @@ misc {
|
||||||
disable_hyprland_logo = true
|
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
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
26
dot-config/hypr/devices.conf
Normal file
26
dot-config/hypr/devices.conf
Normal 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
|
||||||
|
}
|
|
@ -18,4 +18,5 @@ source = decorations.conf
|
||||||
source = env.conf
|
source = env.conf
|
||||||
source = binds.conf
|
source = binds.conf
|
||||||
source = rules.conf
|
source = rules.conf
|
||||||
|
source = devices.conf
|
||||||
exec-once = ~/.config/hypr/bin/autostart
|
exec-once = ~/.config/hypr/bin/autostart
|
||||||
|
|
Loading…
Reference in a new issue