From 050d220e7c2fcb24ea6f90b8049a10052618456e Mon Sep 17 00:00:00 2001 From: Morgan Aldridge Date: Wed, 20 Sep 2023 15:24:22 -0400 Subject: [PATCH] Fix path to mlvwm-powerdown script use in MenuBar. Issue #10 --- .mlvwm/MenuBar | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.mlvwm/MenuBar b/.mlvwm/MenuBar index 4cb30a3..28e258a 100644 --- a/.mlvwm/MenuBar +++ b/.mlvwm/MenuBar @@ -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