Add wlogout for quiting

This commit is contained in:
2021-10-19 12:43:33 +03:00
parent 5d5ba6cc1b
commit 6b4f923e3e
6 changed files with 104 additions and 2 deletions

24
wlogout/layout Normal file
View File

@@ -0,0 +1,24 @@
{
"label" : "lock",
"action" : "swaylock",
"text" : "Lock",
"keybind" : "l"
}
{
"label" : "logout",
"action" : "loginctl terminate-user $USER",
"text" : "Logout",
"keybind" : "e"
}
{
"label" : "shutdown",
"action" : "systemctl poweroff",
"text" : "Shutdown",
"keybind" : "s"
}
{
"label" : "reboot",
"action" : "systemctl reboot",
"text" : "Reboot",
"keybind" : "r"
}