diff options
author | Xianhao Yu <[email protected]> | 2023-05-24 17:11:49 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2023-05-24 11:11:49 +0200 |
commit | 5bfd5a92404c9da08c187096d54c18274c737a00 (patch) | |
tree | 163e0fa99c22a285ea6e67ed35d2645cc95d1e00 /example | |
parent | eb1f832fcec5838053c6b031b656e4f949ada57b (diff) | |
download | Hyprland-5bfd5a92404c9da08c187096d54c18274c737a00.tar.gz Hyprland-5bfd5a92404c9da08c187096d54c18274c737a00.zip |
examples: fix incorrect link in per-device config comments (#2353)
Diffstat (limited to 'example')
-rw-r--r-- | example/hyprland.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/hyprland.conf b/example/hyprland.conf index a896d080..d6827b0a 100644 --- a/example/hyprland.conf +++ b/example/hyprland.conf @@ -98,7 +98,7 @@ gestures { } # Example per-device config -# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more +# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more device:epic-mouse-v1 { sensitivity = -0.5 } |