chore: hyprland - remove some unused keybindings

This commit is contained in:
Ryan Yin
2025-06-02 11:26:03 +08:00
parent ca627a1b28
commit 756ccca234

View File

@@ -115,16 +115,6 @@ bind = $mod, space, togglefloating
# ## Action // Toggle fullscreen ##
bind = $mod, f, fullscreen
# ## Action // Toggle fullscreen across all monitors##
# WIP: https://github.com/hyprwm/Hyprland/issues/1660
# bind = $mod SHIFT, f, fullscreen global
# ## Setting // Split windows horizontally ##
# bind = $mod, b, splith
# ## Setting // Split windows vertically ##
# bind = $mod, v, splitv
# ## Action // Switch to window stacking ##
# bind = $mod, s, layout stacking
@@ -134,12 +124,6 @@ bind = $mod, f, fullscreen
# ## Action // Toggle window splitting ##
# bind = $mod, e, layout toggle split
# ## Navigation // Toggle focus between tiling and floating ##
# bind = $mod, space, focus mode_toggle
# ## Navigation // Swap focus to the parent window ##
# bind = $mod, a, focus parent
# Misc
# ============================================================================