From c653114e2cd99b245e40d20d962b7dc85e9cf578 Mon Sep 17 00:00:00 2001
From: Jacob Babor <jacob@babor.tech>
Date: Thu, 27 Feb 2025 01:11:27 -0600
Subject: [PATCH] Implement moving into that submap

---
 hyprland/.config/hypr/config.d/03-keybinds.conf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/hyprland/.config/hypr/config.d/03-keybinds.conf b/hyprland/.config/hypr/config.d/03-keybinds.conf
index 5b798d15..bfebb59a 100644
--- a/hyprland/.config/hypr/config.d/03-keybinds.conf
+++ b/hyprland/.config/hypr/config.d/03-keybinds.conf
@@ -91,6 +91,10 @@ bind = , l, resizeactive, $resizeFactor 0
 bind = , h, resizeactive, -$resizeFactor 0
 bind = , k, resizeactive, 0 -$resizeFactor
 bind = , j, resizeactive, 0 $resizeFactor
+bind = SHIFT, h, moveactive, -$resizeFactor 0
+bind = SHIFT, j, moveactive, 0 $resizeFactor
+bind = SHIFT, k, moveactive, 0 -$resizeFactor
+bind = SHIFT, l, moveactive, $resizeFactor 0
 bind = , Return, submap, reset
 bind = , Escape, submap, reset
 bind = $mainMod SHIFT, R, submap, reset