aboutsummaryrefslogtreecommitdiffstats
path: root/config/wlogout/layout
diff options
context:
space:
mode:
authorJohn Titor <50095635+JohnRTitor@users.noreply.github.com>2024-04-24 16:06:32 +0530
committerJohn Titor <50095635+JohnRTitor@users.noreply.github.com>2024-04-24 16:13:29 +0530
commit84c265ff6fbf969ae1c813f80258c834e394ce31 (patch)
tree3535f99c30a9efc6046a97cd155f3aa0f596af4d /config/wlogout/layout
parent92ed9f840260e6db48e554135b2078350e3edaf7 (diff)
wl-logout/layout: no need to invoke hyprlock seperately
invoking hyprlock before systemctl seem to hang the "process of hibernate/suspend" password needs to be entered then it will invoke systemctl hibernate/suspend so, no need to invoke hyprlock seperately remove comments as wl-logout does not support "comments", it fail to start with comments
Diffstat (limited to 'config/wlogout/layout')
-rw-r--r--config/wlogout/layout6
1 files changed, 2 insertions, 4 deletions
diff --git a/config/wlogout/layout b/config/wlogout/layout
index 9559feea..ea468745 100644
--- a/config/wlogout/layout
+++ b/config/wlogout/layout
@@ -24,15 +24,13 @@
}
{
"label" : "suspend",
- // "action" : "swaylock -f && systemctl suspend",
- "action" : "hyprlock --immediate && systemctl suspend",
+ "action" : "systemctl suspend",
"text" : "Suspend",
"keybind" : "u"
}
{
"label" : "hibernate",
- // "action" : "swaylock -f && systemctl hibernate",
- "action" : "hyprlock --immediate && systemctl hibernate",
+ "action" : "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