diff options
| author | JackJ30 <jackqjamison@proton.me> | 2024-10-01 15:41:38 -0400 |
|---|---|---|
| committer | JackJ30 <jackqjamison@proton.me> | 2024-10-01 15:41:38 -0400 |
| commit | 87d1769dcbdd5fe5e5ebde8f2bc6e490611947cb (patch) | |
| tree | 8ae44369af3c2b05bf64b47dde51b42dc47ad400 /.config/hypr/binds.conf | |
| parent | e4d544ff68a1885be156230afae09d0f96024c9e (diff) | |
I'm going through changes
Diffstat (limited to '.config/hypr/binds.conf')
| -rw-r--r-- | .config/hypr/binds.conf | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
