From 7226721429e4587ffa7baa03c38e952c95f0267e Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 26 Mar 2024 13:12:42 +0100 Subject: Hyprland: Fix syntax error --- .config/hypr/hyprland.conf.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.config/hypr/hyprland.conf.in b/.config/hypr/hyprland.conf.in index eb78e44..410a9d0 100644 --- a/.config/hypr/hyprland.conf.in +++ b/.config/hypr/hyprland.conf.in @@ -168,10 +168,8 @@ __binde(, xf86monbrightnessdown, lux -D 5) __bind(SHIFT, xf86monbrightnessdown, lux -s 0) # Settings key on Framework laptop -__binde(, - xf86audiomedia, - foot sh -c 'cd ~/.config/hypr && nvim hyprland.conf.in' -) +__binde(, xf86audiomedia, + foot sh -c 'cd ~/.config/hypr && nvim hyprland.conf.in') # Scroll through existing workspaces with modkey + scroll bind = $modkey, mouse_down, workspace, e+1 -- cgit v1.2.3