diff --git a/hyprland/.config/hypr/config.d/03-keybinds.conf b/hyprland/.config/hypr/config.d/03-keybinds.conf index 3f45c277..fa3b988f 100644 --- a/hyprland/.config/hypr/config.d/03-keybinds.conf +++ b/hyprland/.config/hypr/config.d/03-keybinds.conf @@ -45,10 +45,10 @@ bind = $mainMod, k, movefocus, u bind = $mainMod, l, movefocus, r # Move the focused window around -bind = $mainMod Shift, h, movewindow, l -bind = $mainMod Shift, j, movewindow, d -bind = $mainMod Shift, k, movewindow, u -bind = $mainMod Shift, l, movewindow, r +bind = $mainMod Shift, h, swapwindow, l +bind = $mainMod Shift, j, swapwindow, d +bind = $mainMod Shift, k, swapwindow, u +bind = $mainMod Shift, l, swapwindow, r # Switch workspaces with mainMod + [0-9] bind = $mainMod, 1, workspace, 1