From 4ff836b5910acdf34fac87e2828e5453b2350868 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20Kapri=C5=A1?= Date: Tue, 30 Dec 2025 16:00:01 +0100 Subject: [PATCH] Add my input settings to Hyprland --- .config/hypr/UserConfigs/UserSettings.conf | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/.config/hypr/UserConfigs/UserSettings.conf b/.config/hypr/UserConfigs/UserSettings.conf index df68b396..d1a39ffe 100644 --- a/.config/hypr/UserConfigs/UserSettings.conf +++ b/.config/hypr/UserConfigs/UserSettings.conf @@ -8,3 +8,39 @@ # # Look on ~/.config/hypr/configs/SystemSettings.conf to know how to modify this +input { + kb_layout = us,rs,rs,de + kb_variant = ,latinyz,yz,qwerty + kb_model = + kb_options = caps:swapescape + kb_rules = + repeat_rate = 50 + repeat_delay = 300 + + sensitivity = 0 #mouse sensitivity + #accel_profile = # flat or adaptive or blank or EMPTY means libinput’s default mode + numlock_by_default = true + left_handed = false + follow_mouse = 1 + float_switch_override_focus = false + + touchpad { + disable_while_typing = true + natural_scroll = true + clickfinger_behavior = false + middle_button_emulation = false + tap-to-click = true + drag_lock = false + } + + # below for devices with touchdevice ie. touchscreen + touchdevice { + enabled = true + } + + # below is for table see link above for proper variables + tablet { + transform = 0 + left_handed = 0 + } +}