From b388d95d4b0e75cb1e2382da3a4d127bb6c85b3e Mon Sep 17 00:00:00 2001 From: Cosmin Popovici <1656595+cossssmin@users.noreply.github.com> Date: Fri, 29 Aug 2025 22:46:39 +0300 Subject: [PATCH] Fix comment formatting for key unbinding example (#1245) `unbind = SUPER, Space` will not work, but `unbind = SUPER, SPACE` will --- config/hypr/bindings.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hypr/bindings.conf b/config/hypr/bindings.conf index fc6d9ce..64814ca 100644 --- a/config/hypr/bindings.conf +++ b/config/hypr/bindings.conf @@ -25,5 +25,5 @@ bindd = SUPER, X, X, exec, omarchy-launch-webapp "https://x.com/" bindd = SUPER SHIFT, X, X Post, exec, omarchy-launch-webapp "https://x.com/compose/post" # Overwrite existing bindings, like putting Omarchy Menu on Super + Space -# unbind = SUPER, Space +# unbind = SUPER, SPACE # bindd = SUPER, SPACE, Omarchy menu, exec, omarchy-menu