update configs
This commit is contained in:
parent
176df07a1d
commit
30c60fdd3d
1 changed files with 4 additions and 4 deletions
|
@ -98,19 +98,19 @@
|
|||
},
|
||||
{
|
||||
"label": "",
|
||||
"command": "~/.config/hypr/scripts/power.sh shutdown"
|
||||
"command": "bash -c '~/.config/hypr/scripts/power.sh shutdown'"
|
||||
},
|
||||
{
|
||||
"label": "",
|
||||
"command": "~/.config/hypr/scripts/power.sh reboot"
|
||||
"command": "bash -c '~/.config/hypr/scripts/power.sh reboot'"
|
||||
},
|
||||
{
|
||||
"label": "",
|
||||
"command": "~/.config/hypr/scripts/power.sh lock"
|
||||
"command": "bash -c '~/.config/hypr/scripts/power.sh lock'"
|
||||
},
|
||||
{
|
||||
"label": "",
|
||||
"command": "~/.config/hypr/scripts/power.sh exit"
|
||||
"command": "bash -c '~/.config/hypr/scripts/power.sh exit'"
|
||||
},
|
||||
{
|
||||
"label": "",
|
||||
|
|
Loading…
Add table
Reference in a new issue