wlogout returns, cosmic config probably finalised

This commit is contained in:
atagen 2024-05-16 11:29:36 +10:00
parent 05d0f6a949
commit 4ae5e113fe
8 changed files with 136 additions and 64 deletions

View file

@ -1,7 +1,7 @@
[
{
"label" : "lock",
"action" : "gtklock",
"action" : "loginctl lock-session",
"text" : "Lock",
"keybind" : "l"
},
@ -13,7 +13,7 @@
},
{
"label" : "suspend",
"action" : "gtklock & systemctl suspend",
"action" : "loginctl lock-session & systemctl suspend",
"text" : "Suspend",
"keybind" : "s"
},
@ -35,4 +35,4 @@
"text" : "Windows",
"keybind" : "w"
}
]
]