This commit is contained in:
Yan Lin 2025-11-16 15:18:02 +01:00
parent 35578e5cdc
commit 8e3bd40a28

View file

@ -51,6 +51,9 @@
alt-f = 'fullscreen' alt-f = 'fullscreen'
alt-shift-space = 'layout floating tiling' # Toggle float/tile alt-shift-space = 'layout floating tiling' # Toggle float/tile
# Application launcher (matching Hyprland: Super+Return for terminal)
alt-enter = 'exec-and-forget open -n -a Ghostty'
# Window focus navigation (vim-style: alt+h/j/k/l) # Window focus navigation (vim-style: alt+h/j/k/l)
alt-h = 'focus left' alt-h = 'focus left'
alt-j = 'focus down' alt-j = 'focus down'