Browse Source

wl-logout/layout: change to hyprlock

pull/213/head
John Titor 2 years ago
parent
commit
db00354935
No known key found for this signature in database
GPG Key ID: 29B0514F4E3C1CC0
  1. 6
      config/wlogout/layout

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