diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-12-10 23:48:55 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-12-10 23:48:55 +0100 |
| commit | b896e383c78c74fd87bfda38774ce54a75d9d2ab (patch) | |
| tree | c443f7db3a49896cd208a27911105123a5dfb5e5 /.config/hypr/input.conf | |
| parent | 725dfed963e22adbca450c5deff50b21be5f91d9 (diff) | |
Clean up hyprland and use the role defaults
Diffstat (limited to '.config/hypr/input.conf')
| -rw-r--r-- | .config/hypr/input.conf | 30 |
1 files changed, 1 insertions, 29 deletions
diff --git a/.config/hypr/input.conf b/.config/hypr/input.conf index 7029850..8eb77e8 100644 --- a/.config/hypr/input.conf +++ b/.config/hypr/input.conf @@ -3,36 +3,8 @@ input { # Swap Caps Lock and Escape kb_options = caps:swapescape - kb_layout = us # Change speed of keyboard repeat repeat_rate = 40 - repeat_delay = 600 - - # Don't start with numlock on by default - numlock_by_default = false - - # Increase sensitivity for mouse/trackpad (default: 0) - # sensitivity = 0.35 - - # focus follows mouse pointer - # follow_mouse = 1 - - touchpad { - natural_scroll = false - - # Use two-finger clicks for right-click instead of lower-right corner - clickfinger_behavior = true - - # Control the speed of your scrolling - scroll_factor = 0.4 - } + repeat_delay = 300 } - -# Scroll nicely in the terminal -windowrule = scrolltouchpad 1.5, class:(Alacritty|kitty) -windowrule = scrolltouchpad 0.2, class:com.mitchellh.ghostty - -# Enable touchpad gestures for changing workspaces -# See https://wiki.hyprland.org/Configuring/Gestures/ -# gesture = 3, horizontal, workspace |
