aboutsummaryrefslogtreecommitdiff
path: root/hypr/configs/input.lua
diff options
context:
space:
mode:
Diffstat (limited to 'hypr/configs/input.lua')
-rw-r--r--hypr/configs/input.lua24
1 files changed, 24 insertions, 0 deletions
diff --git a/hypr/configs/input.lua b/hypr/configs/input.lua
new file mode 100644
index 0000000..04fb0da
--- /dev/null
+++ b/hypr/configs/input.lua
@@ -0,0 +1,24 @@
+hl.config({
+ cursor = {
+ inactive_timeout = 5
+ },
+
+ input = {
+ kb_layout = "us",
+ follow_mouse = 1,
+
+ touchpad = {
+ natural_scroll = true,
+ clickfinger_behavior = true,
+ tap_to_click = false,
+ tap_and_drag = false,
+ scroll_factor = 0.3
+ }
+ }
+})
+
+hl.gesture({
+ fingers = 3,
+ direction = "horizontal",
+ action = "workspace"
+})