From a750633f8c7630abf4d601bcd03f8f8e149f4bd5 Mon Sep 17 00:00:00 2001
From: zachir <zachir@librem.one>
Date: Wed, 3 Jan 2024 11:27:03 -0600
Subject: 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.
---
 hypr/hyprland.conf | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'hypr')

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
 #}}}
 
-- 
cgit v1.2.3