Browse Source

Merge pull request #214 from JohnRTitor/patch-wl-logout

wl-logout/layout: no need to invoke hyprlock seperately
pull/231/head
Ja.KooLit 2 years ago committed by GitHub
parent
commit
425df5f3a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      config/wlogout/layout

6
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"
}
Loading…
Cancel
Save