Browse Source

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

wl-logout/layout: change to hyprlock
pull/160/head^2
Ja.KooLit 2 years ago committed by GitHub
parent
commit
92ed9f8402
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      config/wlogout/layout

6
config/wlogout/layout

@ -24,13 +24,15 @@
} }
{ {
"label" : "suspend", "label" : "suspend",
"action" : "swaylock -f && systemctl suspend", // "action" : "swaylock -f && systemctl suspend",
"action" : "hyprlock --immediate && systemctl suspend",
"text" : "Suspend", "text" : "Suspend",
"keybind" : "u" "keybind" : "u"
} }
{ {
"label" : "hibernate", "label" : "hibernate",
"action" : "swaylock -f && systemctl hibernate", // "action" : "swaylock -f && systemctl hibernate",
"action" : "hyprlock --immediate && systemctl hibernate",
"text" : "Hibernate", "text" : "Hibernate",
"keybind" : "h" "keybind" : "h"
} }
Loading…
Cancel
Save