diff options
author | vaxerski <[email protected]> | 2023-03-18 01:06:03 +0000 |
---|---|---|
committer | vaxerski <[email protected]> | 2023-03-18 01:06:03 +0000 |
commit | e5ad53ac4242a5ee0b536bdd2c368ef8171d894d (patch) | |
tree | 5998cb9b352cf55c5eb5df347965d1e0dea0ca6a | |
parent | e98ee49aee4a73b757e53a6d190292c17e50f784 (diff) | |
download | Hyprland-e5ad53ac4242a5ee0b536bdd2c368ef8171d894d.tar.gz Hyprland-e5ad53ac4242a5ee0b536bdd2c368ef8171d894d.zip |
config: make default config use hyphenated dev names
-rw-r--r-- | example/hyprland.conf | 2 | ||||
-rw-r--r-- | src/config/defaultConfig.hpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/example/hyprland.conf b/example/hyprland.conf index 1b25f751..a896d080 100644 --- a/example/hyprland.conf +++ b/example/hyprland.conf @@ -99,7 +99,7 @@ gestures { # Example per-device config # See https://wiki.hyprland.org/Configuring/Keywords/#executing for more -device:epic mouse V1 { +device:epic-mouse-v1 { sensitivity = -0.5 } diff --git a/src/config/defaultConfig.hpp b/src/config/defaultConfig.hpp index f657d279..85d83dda 100644 --- a/src/config/defaultConfig.hpp +++ b/src/config/defaultConfig.hpp @@ -108,7 +108,7 @@ gestures { # Example per-device config # See https://wiki.hyprland.org/Configuring/Keywords/#executing for more -device:epic mouse V1 { +device:epic-mouse-v1 { sensitivity = -0.5 } |