summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2024-01-03 11:27:03 -0600
committerzachir <zachir@librem.one>2024-01-03 11:27:03 -0600
commita750633f8c7630abf4d601bcd03f8f8e149f4bd5 (patch)
tree0e1f52f041aec46a7465d4f7fd9fe1f656fb6bdf
parent2f353473b0b05b927456d315c3e5c53ec6efe7f9 (diff)
hypr: Add keybindings to update and reload plugins
Added "$mainMod CONTROL SHIFT R" to reload the hyprload plugins in case of a crash, and "$mainMod CONTROL SHIFT U" to update the hyprload plugins. Note that this only effects hyprload plugins, and not the pypr ones.
-rw-r--r--hypr/hyprland.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf
index 153ff91..62c1693 100644
--- a/hypr/hyprland.conf
+++ b/hypr/hyprland.conf
@@ -299,6 +299,8 @@ bind = $mainMod, W, exec, t waybar
bind = $mainMod, Q, exec, loginctl lock-session
bind = $mainMod $secdMod CONTROL, Q, exec, systemctl suspend
bind = $mainMod SHIFT, G, exec, get-app-id
+bind = $mainMod CONTROL SHIFT, R, hyprload, reload
+bind = $mainMod CONTROL SHIFT, U, hyprload, update
#bind = $mainMod CONTROL, R, exec, startx -- /usr/bin/Xephyr -screen 1920x1080 :1
#}}}