From d428c5374052db14e52bfb1a6ee355ae7f39869c Mon Sep 17 00:00:00 2001 From: inorishio Date: Sun, 10 May 2026 20:30:55 +0200 Subject: [PATCH] Update dotfiles (2026-05-10 20:30:55) --- .config/hypr/settings/gestures.lua | 5 +++++ .config/hypr/settings/input.lua | 12 ------------ 2 files changed, 5 insertions(+), 12 deletions(-) create mode 100644 .config/hypr/settings/gestures.lua diff --git a/.config/hypr/settings/gestures.lua b/.config/hypr/settings/gestures.lua new file mode 100644 index 0000000..25a58b1 --- /dev/null +++ b/.config/hypr/settings/gestures.lua @@ -0,0 +1,5 @@ +hl.gesture({ + fingers = 3, + direction = "horizontal", + action = "workspace", +}) diff --git a/.config/hypr/settings/input.lua b/.config/hypr/settings/input.lua index bf4979d..17b0efb 100644 --- a/.config/hypr/settings/input.lua +++ b/.config/hypr/settings/input.lua @@ -19,15 +19,3 @@ hl.config({ }, }, }) - -hl.gesture({ - fingers = 3, - direction = "horizontal", - action = "workspace", -}) - --- See https://wiki.hypr.land/Configuring/Advanced-and-Cool/Devices/ for more -hl.device({ - name = "epic-mouse-v1", - sensitivity = 0, -})