aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJa.KooLit <jimmielovejay@gmail.com>2024-04-24 18:53:09 +0900
committerGitHub <noreply@github.com>2024-04-24 18:53:09 +0900
commit92ed9f840260e6db48e554135b2078350e3edaf7 (patch)
tree4acef87205c28f50ec8861db9350480ef59c97b0
parentf1c53081afc0b3d548a50bf41deacce246d153f4 (diff)
parentdb00354935a3bdc5170f2d75675b576cbe82635c (diff)
Merge pull request #213 from JohnRTitor/patch-wl-logout
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