lux powermenu
This commit is contained in:
parent
f572060942
commit
14dd2a2511
2 changed files with 19 additions and 1 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 450ff7a50316156b224348195b49e562bc980bcf
|
||||
Subproject commit 7ba62221053b7ea9ee56d5ca80abcb3ae795b736
|
||||
Loading…
Add table
Reference in a new issue