diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-03-26 13:12:42 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-03-26 13:12:42 +0100 |
commit | 7226721429e4587ffa7baa03c38e952c95f0267e (patch) | |
tree | 27636eda8ac51169ab0862e1f6f1f9455b0cabad /.config/hypr | |
parent | 08446721e101e18fc49a489fe37e57a4ffc9731e (diff) |
Hyprland: Fix syntax error
Diffstat (limited to '.config/hypr')
-rw-r--r-- | .config/hypr/hyprland.conf.in | 6 |
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 |