mirror of
https://github.com/morgant/mlvwmrc.git
synced 2025-01-14 05:31:56 +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
|
||||
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
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