chore: input hyprland config

This commit is contained in:
hesam-init 2024-03-08 22:17:55 +03:30
parent 9f88087065
commit b467ffe0b6
2 changed files with 10 additions and 16 deletions

View file

@ -16,3 +16,9 @@ input {
natural_scroll = no
}
}
gestures {
workspace_swipe = on
workspace_swipe_invert = no
workspace_swipe_cancel_ratio = 0.1
}

View file

@ -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
@ -58,15 +58,3 @@ 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
}