first commit
This commit is contained in:
commit
58a3f28118
72 changed files with 3082 additions and 0 deletions
24
modules/home/wlogout/config/layout
Normal file
24
modules/home/wlogout/config/layout
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"label" : "lock",
|
||||
"action" : "swaylock",
|
||||
"text" : "Lock",
|
||||
"keybind" : "l"
|
||||
}
|
||||
{
|
||||
"label": "reboot",
|
||||
"action": "systemctl reboot",
|
||||
"text": "Reboot",
|
||||
"keybind": "r"
|
||||
}
|
||||
{
|
||||
"label" : "shutdown",
|
||||
"action" : "poweroff",
|
||||
"text" : "Shut Down",
|
||||
"keybind" : "s"
|
||||
}
|
||||
{
|
||||
"label": "logout",
|
||||
"action": "loginctl terminate-user $USER",
|
||||
"text": "Logout",
|
||||
"keybind": "e"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue