Fix comment formatting for key unbinding example (#1245)

`unbind = SUPER, Space` will not work, but `unbind = SUPER, SPACE` will
This commit is contained in:
Cosmin Popovici
2025-08-29 22:46:39 +03:00
committed by GitHub
parent ed3e1f901b
commit b388d95d4b

View File

@@ -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