diff --git a/.config/hypr/land/keybinds.conf b/.config/hypr/land/keybinds.conf index daa204c..f75c56b 100644 --- a/.config/hypr/land/keybinds.conf +++ b/.config/hypr/land/keybinds.conf @@ -22,9 +22,9 @@ bind = $mainMod, R, exec, $menu bind = $mainMod, SPACE, exec, $menu bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, J, togglesplit, # dwindle - +bind = $mainMod SHIFT, R, exec, hyprctl reload # Move focus with mainMod + arrow keys bind = $mainMod, left, movefocus, l bind = $mainMod, right, movefocus, r bind = $mainMod, up, movefocus, u -bind = $mainMod, down, movefocus, d \ No newline at end of file +bind = $mainMod, down, movefocus, d