diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-02-18 15:50:06 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-02-18 15:50:06 +0000 |
commit | d264d23ad3cd329bb4ee517e03e9c245c272a438 (patch) | |
tree | cfdc0538a621a9b2ab433df118b30b4e53e0b7b3 /.config | |
parent | 13c50587517e910e5df3ec9486d7a959c65fed9e (diff) |
Changes for latest Hyprlang migration
Diffstat (limited to '.config')
-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 } |