From e5ad53ac4242a5ee0b536bdd2c368ef8171d894d Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Sat, 18 Mar 2023 01:06:03 +0000 Subject: [PATCH] config: make default config use hyphenated dev names --- example/hyprland.conf | 2 +- 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 }