diff options
Diffstat (limited to '.config/hypr/hyprland.conf')
-rw-r--r-- | .config/hypr/hyprland.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 154e2ce..e09e4eb 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -13,7 +13,7 @@ monitor=eDP-1,1920x1080,1920x0,1 monitor=HDMI-A-1,1920x1080,0x0,1 workspace=HDMI-A-1,1 - See https://wiki.hyprland.org/Configuring/Keywords/ for more +# See https://wiki.hyprland.org/Configuring/Keywords/ for more # Execute your favorite apps at launch exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP @@ -124,7 +124,8 @@ gestures { # Example per-device config # See https://wiki.hyprland.org/Configuring/Keywords/#executing for more -device:epic mouse V1 { +device { + name = epic-mouse-v1 sensitivity = -0.5 } |