mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-04 21:04:18 +01:00
updated menus for SHEXEC
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
* WORKSPACE_MENU - adds a submenu for workspace operations. Only one
|
||||
* workspace_menu is allowed.
|
||||
* EXEC <program> - executes an external program
|
||||
* SHEXEC <command> - executes a shell command (like gimp > /dev/null)
|
||||
* EXIT - exits the window manager
|
||||
* RESTART [<window manager>] - restarts WindowMaker or start another
|
||||
* window manager
|
||||
@@ -108,7 +109,7 @@
|
||||
"Info Panel..." INFO_PANEL
|
||||
"Legal..." LEGAL_PANEL
|
||||
"System Console" EXEC xconsole
|
||||
"System Load" EXEC xosview || xload
|
||||
"System Load" SHEXEC xosview || xload
|
||||
"Process List" EXEC xterm -e top
|
||||
"Manual Browser" EXEC xman
|
||||
"Info" END
|
||||
@@ -118,7 +119,7 @@
|
||||
"Workspaces" WORKSPACE_MENU
|
||||
"Applications" MENU
|
||||
"Graphics" MENU
|
||||
"Gimp" EXEC gimp >/dev/null
|
||||
"Gimp" SHEXEC gimp >/dev/null
|
||||
"XV" EXEC xv
|
||||
"XPaint" EXEC xpaint
|
||||
"XFig" EXEC xfig
|
||||
@@ -133,20 +134,20 @@
|
||||
"Applications" END
|
||||
"Editors" MENU
|
||||
"XFte" EXEC xfte
|
||||
"XEmacs" EXEC xemacs || emacs
|
||||
"XEmacs" SHEXEC xemacs || emacs
|
||||
"XJed" EXEC xjed
|
||||
"NEdit" EXEC nedit
|
||||
"Xedit" EXEC xedit
|
||||
"VI" EXEC xterm -e vi
|
||||
"Editors" END
|
||||
"Miscellaneous" MENU
|
||||
"Xmcd" EXEC xmcd 2> /dev/null
|
||||
"Xmcd" SHEXEC xmcd 2> /dev/null
|
||||
"Xplaycd" EXEC xplaycd
|
||||
"Xmixer" EXEC xmixer
|
||||
"Miscellaneous" END
|
||||
"Utils" MENU
|
||||
"Calculator" EXEC xcalc
|
||||
"Window Properties" EXEC xprop | xmessage -center -title 'xprop' -file -
|
||||
"Window Properties" SHEXEC xprop | xmessage -center -title 'xprop' -file -
|
||||
"Font Chooser" EXEC xfontsel
|
||||
"Terminal Emulator" EXEC xminicom
|
||||
"Magnify" EXEC xmag
|
||||
@@ -156,10 +157,10 @@
|
||||
"Utils" END
|
||||
|
||||
"Selection" MENU
|
||||
"Copy" EXEC echo '%s' | wxcopy
|
||||
"Copy" SHEXEC echo '%s' | wxcopy
|
||||
"Mail To" EXEC xterm -name mail -T "Pine" -e pine %s
|
||||
"Navigate" EXEC netscape %s
|
||||
"Search in Manual" EXEC MANUAL_SEARCH(%s)
|
||||
"Search in Manual" SHEXEC MANUAL_SEARCH(%s)
|
||||
"Selection" END
|
||||
|
||||
"Workspace" MENU
|
||||
|
||||
Reference in New Issue
Block a user