From 87d1769dcbdd5fe5e5ebde8f2bc6e490611947cb Mon Sep 17 00:00:00 2001 From: JackJ30 Date: Tue, 1 Oct 2024 15:41:38 -0400 Subject: I'm going through changes --- .config/hypr/binds.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.config/hypr/binds.conf') diff --git a/.config/hypr/binds.conf b/.config/hypr/binds.conf index b4646e9..186ee78 100644 --- a/.config/hypr/binds.conf +++ b/.config/hypr/binds.conf @@ -31,11 +31,15 @@ bind = $mainMod, E, exec, emacsclient -c # Move focus with mainMod + arrow keys bind = $mainMod, left, movefocus, l bind = $mainMod, right, movefocus, r +bind = $mainMod, n, cyclenext, prev +bind = $mainMod, p, cyclenext bind = $mainMod, up, movefocus, u bind = $mainMod, down, movefocus, d bind = $mainMod SHIFT,left ,movewindow, l bind = $mainMod SHIFT,right ,movewindow, r +bind = $mainMod SHIFT, n, swapnext, prev +bind = $mainMod SHIFT, p, swapnext bind = $mainMod SHIFT,up ,movewindow, u bind = $mainMod SHIFT,down ,movewindow, d -- cgit v1.2.3