chore: input hyprland config
This commit is contained in:
parent
9f88087065
commit
b467ffe0b6
2 changed files with 10 additions and 16 deletions
|
@ -1,4 +1,4 @@
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# Keyboard Layout
|
# Keyboard Layout
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#input
|
# https://wiki.hyprland.org/Configuring/Variables/#input
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
|
@ -15,4 +15,10 @@ input {
|
||||||
touchpad {
|
touchpad {
|
||||||
natural_scroll = no
|
natural_scroll = no
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
gestures {
|
||||||
|
workspace_swipe = on
|
||||||
|
workspace_swipe_invert = no
|
||||||
|
workspace_swipe_cancel_ratio = 0.1
|
||||||
}
|
}
|
|
@ -45,9 +45,9 @@ source = ~/.config/hypr/conf/monitor.conf
|
||||||
source = ~/.config/hypr/conf/animation.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
|
# Load configuration files
|
||||||
|
@ -57,16 +57,4 @@ source = ~/.config/hypr/conf/decoration.conf
|
||||||
source = ~/.config/hypr/conf/layout.conf
|
source = ~/.config/hypr/conf/layout.conf
|
||||||
source = ~/.config/hypr/conf/misc.conf
|
source = ~/.config/hypr/conf/misc.conf
|
||||||
source = ~/.config/hypr/conf/keybinding.conf
|
source = ~/.config/hypr/conf/keybinding.conf
|
||||||
source = ~/.config/hypr/conf/rules.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
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue