diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-11-07 04:00:23 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-11-07 04:00:23 +0100 |
commit | 6a27442275e13f1e68a566abe59aef82287eaa7c (patch) | |
tree | b3cb87e0d5ecfce3684c168d12d40f4e3feeabdf /.config/hypr | |
parent | f13592173bf3cdd86f178a43a43888028cce4f28 (diff) |
Hyprland: Remove trailing comma
Diffstat (limited to '.config/hypr')
-rw-r--r-- | .config/hypr/hyprland.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 2bb11bd..d778452 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -78,7 +78,7 @@ windowrule = center, title:^zenity$ # WM Behavior bind = $modkey, F, fullscreen, 0 -bind = $modkey, Q, killactive, +bind = $modkey, Q, killactive bind = $modkey SHIFT, F, togglefloating # Programs |