lux powermenu
This commit is contained in:
parent
f572060942
commit
f21ea10cbb
1 changed files with 18 additions and 0 deletions
18
lux/shell.json
Normal file
18
lux/shell.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"powermenu": {
|
||||
"actions": [
|
||||
{
|
||||
"text": " Logout",
|
||||
"command": "hyprctl dispatch exit"
|
||||
},
|
||||
{
|
||||
"text": " Reboot",
|
||||
"command": "systemctl reboot"
|
||||
},
|
||||
{
|
||||
"text": " Shutdown",
|
||||
"command": "systemctl poweroff"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue