From 2af61a662a4dc58062c1ffc05e591594fa3b754a Mon Sep 17 00:00:00 2001 From: js0ny Date: Sun, 24 Aug 2025 19:15:14 +0800 Subject: [PATCH] feat(hyprland): trackpad support --- .just.d/common.just | 3 +++ platforms/linux/hypr/hyprland.conf | 8 +++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.just.d/common.just b/.just.d/common.just index e23079d..b80c829 100644 --- a/.just.d/common.just +++ b/.just.d/common.just @@ -27,6 +27,9 @@ readline: mkdir -p {{XDG_CONFIG_HOME}}/readline {{LN}} {{DOTFILES}}/common/inputrc {{XDG_CONFIG_HOME}}/readline/inputrc +starship: + {{LN}} {{DOTFILES}}/common/starship.toml {{XDG_CONFIG_HOME}}/starship.toml + [unix] vim: diff --git a/platforms/linux/hypr/hyprland.conf b/platforms/linux/hypr/hyprland.conf index 791a8bb..01c11e5 100644 --- a/platforms/linux/hypr/hyprland.conf +++ b/platforms/linux/hypr/hyprland.conf @@ -22,7 +22,7 @@ $iconTheme = Papirus source=~/.config/hypr/hyprland/current.conf source=~/.config/hypr/hyprland/keymaps.conf -source=~/.config/hypr/hyprland/+colemak.conf +source=~/.config/hypr/hyprland/+qwerty.conf source=~/.config/hypr/hyprland/rules.conf autogenerated = 0 # remove this line to remove the warning @@ -230,13 +230,15 @@ input { sensitivity = 0 # -1.0 - 1.0, 0 means no modification. touchpad { - natural_scroll = false + natural_scroll = true + scroll_factor = 0.2 } } # https://wiki.hyprland.org/Configuring/Variables/#gestures gestures { - workspace_swipe = false + workspace_swipe = true + workspace_swipe_fingers = 4 } # Example per-device config