Fix path to mlvwm-powerdown script use in MenuBar. Issue #10

This commit is contained in:
Morgan Aldridge 2023-09-20 15:24:22 -04:00
parent f4078e6820
commit 050d220e7c
1 changed files with 3 additions and 3 deletions

View File

@ -64,9 +64,9 @@ Menu Default-Special, Label "Special"
"Window Manager" SubMenu Default-WindowManager
"" NonSelect
"Log Out" Action Exit
"Sleep" Action Exec mlvwm-powerdown exec mlvwm-powerdown -s
"Restart" Action Exec mlvwm-powerdown exec mlvwm-powerdown -r
"Shut Down" Action Exec mlvwm-powerdown exec mlvwm-powerdown -p
"Sleep" Action Exec "mlvwm-powerdown" exec ./bin/mlvwm-powerdown -s
"Restart" Action Exec "mlvwm-powerdown" exec ./bin/mlvwm-powerdown -r
"Shut Down" Action Exec "mlvwm-powerdown" exec ./bin/mlvwm-powerdown -p
END
Menu Default-Window