diff --git a/configs/hyprland/hypr/conf/keyboard.conf b/configs/hyprland/hypr/conf/input.conf similarity index 67% rename from configs/hyprland/hypr/conf/keyboard.conf rename to configs/hyprland/hypr/conf/input.conf index f06cdbd..a506c94 100644 --- a/configs/hyprland/hypr/conf/keyboard.conf +++ b/configs/hyprland/hypr/conf/input.conf @@ -1,4 +1,4 @@ -# ----------------------------------------------------- +# ----------------------------------------------------- # Keyboard Layout # https://wiki.hyprland.org/Configuring/Variables/#input # ----------------------------------------------------- @@ -15,4 +15,10 @@ input { touchpad { natural_scroll = no } +} + +gestures { + workspace_swipe = on + workspace_swipe_invert = no + workspace_swipe_cancel_ratio = 0.1 } \ No newline at end of file diff --git a/configs/hyprland/hypr/hyprland.conf b/configs/hyprland/hypr/hyprland.conf index 5ca4bc5..d90623f 100644 --- a/configs/hyprland/hypr/hyprland.conf +++ b/configs/hyprland/hypr/hyprland.conf @@ -45,9 +45,9 @@ source = ~/.config/hypr/conf/monitor.conf source = ~/.config/hypr/conf/animation.conf # ----------------------------------------------------- -# Keyboard +# Input devices # ----------------------------------------------------- -source = ~/.config/hypr/conf/keyboard.conf +source = ~/.config/hypr/conf/input.conf # ----------------------------------------------------- # Load configuration files @@ -57,16 +57,4 @@ source = ~/.config/hypr/conf/decoration.conf source = ~/.config/hypr/conf/layout.conf source = ~/.config/hypr/conf/misc.conf source = ~/.config/hypr/conf/keybinding.conf -source = ~/.config/hypr/conf/rules.conf - -gestures { - workspace_swipe = on - workspace_swipe_invert = no - workspace_swipe_cancel_ratio = 0.1 -} - -# Example per-device config -# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more -device:epic-mouse-v1 { - sensitivity = -0.2 -} +source = ~/.config/hypr/conf/rules.conf \ No newline at end of file