Updated config
This commit is contained in:
parent
d6871eb3b9
commit
30c02876e8
15 changed files with 193 additions and 155 deletions
18
.config/wlogout/layout
Normal file
18
.config/wlogout/layout
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue