From 7a1b814187ac7f4242ba1d5629492402e0a1ec61 Mon Sep 17 00:00:00 2001 From: sudacode Date: Sat, 11 Oct 2025 00:27:32 -0700 Subject: [PATCH] add center keybiding --- .config/hypr/keybindings.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/hypr/keybindings.conf b/.config/hypr/keybindings.conf index dd1d686..aec7ee2 100644 --- a/.config/hypr/keybindings.conf +++ b/.config/hypr/keybindings.conf @@ -20,7 +20,7 @@ bind = $mainMod, d, exec, $menu bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, t, togglesplit, # dwindle bind = $mainMod, f, fullscreen, -bind = $mainMod, i, swapactiveworkspaces, DP-1 DP-3 +bind = $mainMod, i, swapnext # Move focus with mainMod + arrow keys bind = $mainMod, h, movefocus, l @@ -32,6 +32,7 @@ bind = $mainMod SHIFT, j, movewindow, d bind = $mainMod SHIFT, k, movewindow, u bind = $mainMod SHIFT, h, movewindow, l bind = $mainMod SHIFT, l, movewindow, r +bind = CTRL+SHIFT, c, centerwindow # Move focus to next monitor @@ -98,7 +99,7 @@ bind = $mainMod SHIFT, w, exec, $HOME/.config/rofi/scripts/rofi-wallpaper.sh bind = $mainMod, n, exec, uwsm app -sb -- ghostty --command=/usr/bin/ncmpcpp # notifications -bind = $mainMod SHIFT, n, exec, swaync-client -t +bind = $mainMod SHIFT, n, exec, swaync-client -t # mpv add bind = SUPER, m, exec, ~/.local/bin/mpv-add.sh