From 18d030485532ff0222b05631f64d0daa3bb40ffa Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Thu, 21 Mar 2024 16:18:15 +0100 Subject: [PATCH] hyprland: Update device config with new syntax --- tree/.config/hypr/hyprland.conf.tpl | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/tree/.config/hypr/hyprland.conf.tpl b/tree/.config/hypr/hyprland.conf.tpl index 97f5681..88a8cac 100644 --- a/tree/.config/hypr/hyprland.conf.tpl +++ b/tree/.config/hypr/hyprland.conf.tpl @@ -46,7 +46,8 @@ input { } # DIY keyboard config -device:tux-tangentbord1 { +device { + name = tux-tangentbord1 kb_layout = us kb_variant = kb_model = @@ -120,12 +121,6 @@ gestures { workspace_swipe = on } -# Example per-device config -# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more -device:epic-mouse-v1 { - sensitivity = -0.5 -} - # See https://wiki.hyprland.org/Configuring/Window-Rules/ windowrule=float,title:Volume windowrule=size 300 100,title:Volume