config: Cleanup duplicate binding

This commit is contained in:
Victoria Brekenfeld 2023-06-28 21:30:42 +02:00
parent f655f58aa2
commit 11e5a63bb6

View file

@ -57,10 +57,8 @@
(modifiers: [Super], key: "o"): ToggleOrientation,
(modifiers: [Super], key: "s"): ToggleStacking,
(modifiers: [Super], key: "y"): ToggleTiling,
(modifiers: [Super], key: "g"): ToggleWindowFloating,
(modifiers: [Super], key: "s"): ToggleStacking,
(modifiers: [Super], key: "m"): Maximize,