diff options
author | zachir <zachir@librem.one> | 2023-06-17 00:12:50 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-06-17 00:12:50 -0500 |
commit | 61a6eb1035c8b09bd64645b253520cc5042a6ab1 (patch) | |
tree | f18916138f85ba6ae53ecb5d31b440020bf5d41c | |
parent | 6bd5d3d832c438e85e9b89cac7890699cb108a0e (diff) |
add systemd suspend
-rw-r--r-- | hypr/hyprland.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 6debbc6..183a4e6 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -281,6 +281,7 @@ bind = $mainMod, Return, exec, foot bind = $mainMod $secdMod, F, exec, foot lfrun bind = $mainMod, W, exec, t waybar bind = $mainMod, Q, exec, loginctl lock-session +bind = $mainMod $secdMod, Q, exec, systemctl suspend bind = $mainMod SHIFT, G, exec, get-app-id #bind = $mainMod CONTROL, R, exec, startx -- /usr/bin/Xephyr -screen 1920x1080 :1 #}}} |