From 4b089a72f52d760aa6387bc2254263b6267174c7 Mon Sep 17 00:00:00 2001 From: Morgan Aldridge Date: Thu, 14 Sep 2023 16:34:15 -0400 Subject: [PATCH] Added Special > Log Out menu item to quit mlvwm using the built-in 'Exit' function. Issue #9 --- .mlvwm/MenuBar | 1 + 1 file changed, 1 insertion(+) diff --git a/.mlvwm/MenuBar b/.mlvwm/MenuBar index 73bb143..e3eb559 100644 --- a/.mlvwm/MenuBar +++ b/.mlvwm/MenuBar @@ -61,6 +61,7 @@ Menu Default-Special, Label "Special" "Erase Disk..." NonSelect, Gray "" NonSelect "Start" SubMenu Default-Restart +"Log Out" Action Exit "Restart" Action Restart mlvwm "Shut down" Action Exit END