Zalgorithm

Move floating Hyprland window with key command

Documentation: Hyprland: dispatchers

What I did:

unbind = SUPER, K  # unbind shortcut to Omarchy key commands
unbind = SUPER, J  # unbind Omarchy "toggle splits" keyboard command (I don't use it)
binde = SUPER, H, moveactive, -20 0
binde = SUPER, J, moveactive, 0 20
binde = SUPER, K, moveactive, 0 -20
binde = SUPER, L, moveactive, 20 0
Tags: