Moved the hidden 'window' menu from the default menu to a sticky X11 MenuExtra (enabled by default)

This commit is contained in:
Morgan Aldridge 2024-05-06 12:02:59 -04:00
parent 02ba2ee559
commit 995e509041
2 changed files with 13 additions and 9 deletions

View File

@ -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

12
.mlvwm/MenuExtras/X11 Normal file
View File

@ -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