summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-03-26 13:12:42 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-03-26 13:12:42 +0100
commit7226721429e4587ffa7baa03c38e952c95f0267e (patch)
tree27636eda8ac51169ab0862e1f6f1f9455b0cabad
parent08446721e101e18fc49a489fe37e57a4ffc9731e (diff)
Hyprland: Fix syntax error
-rw-r--r--.config/hypr/hyprland.conf.in6
1 files 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