From 4d70878aded4955cc0508c55f3351187c2109ebf Mon Sep 17 00:00:00 2001 From: Vivian Elisabeth H Date: Tue, 6 May 2025 07:57:08 +0200 Subject: [PATCH] Hyprland reload keybind --- .config/hypr/land/keybinds.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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