diff --git a/stow/.config/hypr/hyprland.conf b/stow/.config/hypr/hyprland.conf index 19c29a3..137e901 100755 --- a/stow/.config/hypr/hyprland.conf +++ b/stow/.config/hypr/hyprland.conf @@ -189,6 +189,12 @@ bind = $mainMod, l, movefocus, r bind = $mainMod, k, movefocus, u bind = $mainMod, j, movefocus, d +# Move window with mainMod + shift + hjkl +bind = $mainMod shift, h, swapwindow, l +bind = $mainMod shift, l, swapwindow, r +bind = $mainMod shift, k, swapwindow, u +bind = $mainMod shift, j, swapwindow, d + # brightness keys bindel = , XF86MonBrightnessUp, exec, brightnessctl s +2% bindel = , XF86MonBrightnessDown, exec, brightnessctl s 2%-