feat(hyprland): add fullscreen keybind to hyprland:

This commit is contained in:
Mohammad Rafiq 2025-04-27 22:04:51 +08:00
parent 5242ec3651
commit 62f6c14e3d
No known key found for this signature in database

View file

@ -122,6 +122,9 @@
"ALT_SHIFT, K, resizeactive, 0 10%"
"ALT_SHIFT, L, resizeactive, 10% 0"
# Make fullscreen
"$mainMod, Up, fullscreen, 0"
# H and L to move between workspaces on the current monitor including creation
"$mainMod_CTRL, H, workspace, r-1"
"$mainMod_CTRL, L, workspace, r+1"