From 4a903ca920b43184efb05a30c0bb79d21b56e0a9 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Tue, 26 Mar 2024 21:43:28 -0400 Subject: Updated neovim based on theprimagen --- .config/hypr/hyprland.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.config/hypr') diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 1dcfaa2..20b91b9 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -150,6 +150,12 @@ bind = $mainMod, L, movefocus, r bind = $mainMod, K, movefocus, u bind = $mainMod, J, movefocus, d +# Move windows around +bind = $mainMod SHIFT, H, movewindow, l +bind = $mainMod SHIFT, L, movewindow, r +bind = $mainMod SHIFT, K, movewindow, u +bind = $mainMod SHIFT, J, movewindow, d + # Switch workspaces with mainMod + [0-9] bind = $mainMod, 1, workspace, 1 bind = $mainMod, 2, workspace, 2 -- cgit v1.2.3