mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 16:58:38 -05:00
23 lines
386 B
JSON
23 lines
386 B
JSON
[
|
|
{
|
|
"name": "Lock screen",
|
|
"exec": "swaylock",
|
|
"icon": "system-lock-screen"
|
|
},
|
|
{
|
|
"name": "Logout",
|
|
"exec": "wayland-logout",
|
|
"icon": "system-log-out"
|
|
},
|
|
{
|
|
"name": "Reboot",
|
|
"exec": "pkexec /usr/bin/reboot",
|
|
"icon": "system-reboot"
|
|
},
|
|
{
|
|
"name": "Shutdown",
|
|
"exec": "pkexec /usr/bin/poweroff",
|
|
"icon": "system-shutdown"
|
|
}
|
|
]
|