aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Titor <50095635+JohnRTitor@users.noreply.github.com>2024-04-24 15:18:03 +0530
committerJohn Titor <50095635+JohnRTitor@users.noreply.github.com>2024-04-24 15:18:03 +0530
commitdb00354935a3bdc5170f2d75675b576cbe82635c (patch)
tree4acef87205c28f50ec8861db9350480ef59c97b0
parentf1c53081afc0b3d548a50bf41deacce246d153f4 (diff)
wl-logout/layout: change to hyprlock
-rw-r--r--config/wlogout/layout6
1 files changed, 4 insertions, 2 deletions
diff --git a/config/wlogout/layout b/config/wlogout/layout
index c873650e..9559feea 100644
--- a/config/wlogout/layout
+++ b/config/wlogout/layout
@@ -24,13 +24,15 @@
}
{
"label" : "suspend",
- "action" : "swaylock -f && systemctl suspend",
+ // "action" : "swaylock -f && systemctl suspend",
+ "action" : "hyprlock --immediate && systemctl suspend",
"text" : "Suspend",
"keybind" : "u"
}
{
"label" : "hibernate",
- "action" : "swaylock -f && systemctl hibernate",
+ // "action" : "swaylock -f && systemctl hibernate",
+ "action" : "hyprlock --immediate && systemctl hibernate",
"text" : "Hibernate",
"keybind" : "h"
} \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage