From 995e509041b699e04e3d9d74b78a3d2ee3b9d358 Mon Sep 17 00:00:00 2001 From: Morgan Aldridge Date: Mon, 6 May 2024 12:02:59 -0400 Subject: [PATCH] Moved the hidden 'window' menu from the default menu to a sticky X11 MenuExtra (enabled by default) --- .mlvwm/MenuBar | 10 +--------- .mlvwm/MenuExtras/X11 | 12 ++++++++++++ 2 files changed, 13 insertions(+), 9 deletions(-) create mode 100644 .mlvwm/MenuExtras/X11 diff --git a/.mlvwm/MenuBar b/.mlvwm/MenuBar index 28e258a..2cc2dbd 100644 --- a/.mlvwm/MenuBar +++ b/.mlvwm/MenuBar @@ -69,14 +69,6 @@ Menu Default-Special, Label "Special" "Shut Down" Action Exec "mlvwm-powerdown" exec ./bin/mlvwm-powerdown -p END -Menu Default-Window -"Move" Action MoveWindow -"Resize" Action ResizeWindow -"Toggle Scroll" Action ToggleScroll -"" NonSelect -"Quit" Action KillWindow -END - # Definition MenuBar MenuBar default Default-File @@ -84,9 +76,9 @@ Default-Edit Default-View Default-Label Default-Special -Default-Window END # Menu Extras +Read .mlvwm/MenuExtras/X11 #Read .mlvwm/MenuExtras/xmem #Read .mlvwm/MenuExtras/xload diff --git a/.mlvwm/MenuExtras/X11 b/.mlvwm/MenuExtras/X11 new file mode 100644 index 0000000..98dc89b --- /dev/null +++ b/.mlvwm/MenuExtras/X11 @@ -0,0 +1,12 @@ +################################################################################ +# X11 Menu Extra +################################################################################ + +Menu MenuExtra-X11, Icon mini-x.xpm, Right, Stick +"Move" Action MoveWindow +"Resize" Action ResizeWindow +"Toggle Scroll" Action ToggleScroll +"" NonSelect +"Kill" Action KillWindow +END +