From c9feb09bf673fa70030bfe663af1e4aeff751019 Mon Sep 17 00:00:00 2001 From: ITmail-dk <48917593+ITmail-dk@users.noreply.github.com> Date: Wed, 16 Oct 2024 20:48:27 +0200 Subject: [PATCH] Update install.sh --- install.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/install.sh b/install.sh index 7811286..58768cf 100644 --- a/install.sh +++ b/install.sh @@ -418,6 +418,12 @@ bind = $mainMod, right, movefocus, r bind = $mainMod, up, movefocus, u bind = $mainMod, down, movefocus, d +# Move focus window with mainMod + secondMod + arrow keys +bind = $mainMod $secondMod, left, movewindow, l +bind = $mainMod $secondMod, right, movewindow, r +bind = $mainMod $secondMod, up, movewindow, u +bind = $mainMod $secondMod, down, movewindow, d + # Switch workspaces with mainMod + [0-9] bind = $mainMod, 1, workspace, 1 bind = $mainMod, 2, workspace, 2