mirror of
https://github.com/morgant/mlvwmrc.git
synced 2025-01-28 04:32:29 +00:00
Moved the hidden 'window' menu from the default menu to a sticky X11 MenuExtra (enabled by default)
This commit is contained in:
parent
02ba2ee559
commit
995e509041
@ -69,14 +69,6 @@ Menu Default-Special, Label "Special"
|
|||||||
"Shut Down" Action Exec "mlvwm-powerdown" exec ./bin/mlvwm-powerdown -p
|
"Shut Down" Action Exec "mlvwm-powerdown" exec ./bin/mlvwm-powerdown -p
|
||||||
END
|
END
|
||||||
|
|
||||||
Menu Default-Window
|
|
||||||
"Move" Action MoveWindow
|
|
||||||
"Resize" Action ResizeWindow
|
|
||||||
"Toggle Scroll" Action ToggleScroll
|
|
||||||
"" NonSelect
|
|
||||||
"Quit" Action KillWindow
|
|
||||||
END
|
|
||||||
|
|
||||||
# Definition MenuBar
|
# Definition MenuBar
|
||||||
MenuBar default
|
MenuBar default
|
||||||
Default-File
|
Default-File
|
||||||
@ -84,9 +76,9 @@ Default-Edit
|
|||||||
Default-View
|
Default-View
|
||||||
Default-Label
|
Default-Label
|
||||||
Default-Special
|
Default-Special
|
||||||
Default-Window
|
|
||||||
END
|
END
|
||||||
|
|
||||||
# Menu Extras
|
# Menu Extras
|
||||||
|
Read .mlvwm/MenuExtras/X11
|
||||||
#Read .mlvwm/MenuExtras/xmem
|
#Read .mlvwm/MenuExtras/xmem
|
||||||
#Read .mlvwm/MenuExtras/xload
|
#Read .mlvwm/MenuExtras/xload
|
||||||
|
12
.mlvwm/MenuExtras/X11
Normal file
12
.mlvwm/MenuExtras/X11
Normal 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
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user