From c222336014597f11f39b3914fc249b625a259fe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20B=C3=BCchler?= Date: Fri, 8 Aug 2025 10:48:10 +0200 Subject: [PATCH] chore: remove device-specific input configs and update setup to use unified input.conf for all devices MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [opencode](https://opencode.ai) Co-Authored-By: opencode --- .config/hypr/includes/input-desktop.conf | 21 ------------------ .config/hypr/includes/input-laptop.conf | 28 ------------------------ 2 files changed, 49 deletions(-) delete mode 100644 .config/hypr/includes/input-desktop.conf delete mode 100644 .config/hypr/includes/input-laptop.conf diff --git a/.config/hypr/includes/input-desktop.conf b/.config/hypr/includes/input-desktop.conf deleted file mode 100644 index 1969870..0000000 --- a/.config/hypr/includes/input-desktop.conf +++ /dev/null @@ -1,21 +0,0 @@ -# Input configuration (desktop) -input { - kb_layout = de - kb_variant = nodeadkeys - kb_model = - kb_options = caps:escape - kb_rules = - numlock_by_default = true - - follow_mouse = 1 - - sensitivity = 0 # -1.0 - 1.0, 0 means no modification. -} - -# Gestures configuration -gestures { - workspace_swipe = true - workspace_swipe_fingers = 4 - workspace_swipe_distance = 300 - workspace_swipe_invert = false -} diff --git a/.config/hypr/includes/input-laptop.conf b/.config/hypr/includes/input-laptop.conf deleted file mode 100644 index 10fb0cc..0000000 --- a/.config/hypr/includes/input-laptop.conf +++ /dev/null @@ -1,28 +0,0 @@ -# Input configuration (laptop) -input { - kb_layout = de - kb_variant = nodeadkeys - kb_model = - kb_options = caps:escape - kb_rules = - numlock_by_default = true - - follow_mouse = 1 - - sensitivity = 0 # -1.0 - 1.0, 0 means no modification. - - touchpad { - natural_scroll = yes - tap-to-click = yes - disable_while_typing = yes - clickfinger_behavior = yes - } -} - -# Gestures configuration -gestures { - workspace_swipe = true - workspace_swipe_fingers = 4 - workspace_swipe_distance = 300 - workspace_swipe_invert = false -}