wok diff pekwm/stuff/etc/pekwm/menu @ rev 24920

updated mp (5.2.10 -> 5.58)
author Hans-G?nter Theisgen
date Sun Apr 10 07:48:27 2022 +0100 (2022-04-10)
parents ebb2ca1fcaba
children
line diff
     1.1 --- a/pekwm/stuff/etc/pekwm/menu	Mon May 04 15:54:37 2009 +0200
     1.2 +++ b/pekwm/stuff/etc/pekwm/menu	Sun Apr 10 07:48:27 2022 +0100
     1.3 @@ -8,16 +8,31 @@
     1.4  		Entry = "Terminal" { Icon = "$PIXMAPS/xterm.png"; Actions = "Exec $TERM &" }
     1.5  		Entry = "Text Editor" { Icon = "$PIXMAPS/leafpad.png"; Actions = "Exec leafpad &" }
     1.6  		Entry = "Web Browser" { Icon = "$PIXMAPS/firefox.png"; Actions = "Exec firefox &" }
     1.7 +		Entry = "File Manager" { Icon = "$PIXMAPS/pcmanfm.png"; Actions = "Exec pcmanfm &" }
     1.8 +		Entry = "Image Viewer" { Icon = "$PIXMAPS/gpicview.png"; Actions = "Exec gpicview &" }
     1.9 +		Entry = "Burn CD/DVD" { Icon = "$PIXMAPS/isomaster.png"; Actions = "Exec burnbox &" }
    1.10 +		#Entry = "MPlayer" { Icon = "$PIXMAPS/mplayer.png"; Actions = "Exec gmplayer &" }
    1.11  	}
    1.12  	Submenu = "Web Applications" {
    1.13  		Entry = "Wikipedia Encyclopedia" { Icon = "$PIXMAPS/wikipedia.png"; Actions = "Exec firefox http://www.wikipedia.org/ &" }
    1.14 +		Entry = "Zoho Office" { Icon = "$PIXMAPS/leafpad.png"; Actions = "Exec firefox http://www.zoho.com/ &" }
    1.15 +		Entry = "Meebo Messenger" { Icon = "$PIXMAPS/lostirc.png"; Actions = "Exec firefox http://www.meebo.com/ &" }
    1.16  	}
    1.17  	Submenu = "All Applications" {
    1.18  		Entry = "" { Actions = "Dynamic /usr/share/pekwm/scripts/pekwm-freedesktop-menu.sh" }
    1.19  	}
    1.20  	Submenu = "Documentation" {
    1.21  		Entry = "System documentation" { Icon = "$PIXMAPS/slitaz-doc.png"; Actions = "Exec firefox /usr/share/doc/slitaz/index.html &" }
    1.22 +		Entry = "Tazlito Manual" { Icon = "$PIXMAPS/slitaz-doc.png"; Actions = "Exec firefox /usr/share/doc/tazlito/tazlito.html &" }
    1.23 +		Entry = "Tazpkg Manual" { Icon = "$PIXMAPS/slitaz-doc.png"; Actions = "Exec firefox /usr/share/doc/tazpkg/tazpkg.html &" }
    1.24 +		Entry = "Tazusb Manual" { Icon = "$PIXMAPS/slitaz-doc.png"; Actions = "Exec firefox /usr/share/doc/tazusb/tazusb.html &" }
    1.25 +		Entry = "Tazwok Manual" { Icon = "$PIXMAPS/slitaz-doc.png"; Actions = "Exec firefox /usr/share/doc/tazwok/tazwok.html &" }
    1.26  	}
    1.27 +	Submenu = "Slitaz Live CD/USB" {
    1.28 +		Entry = "Tazlito" { Icon = "$PIXMAPS/tazlito.png"; Actions = "Exec subox tazlitobox &" }
    1.29 +		Entry = "Tazusb" { Icon = "$PIXMAPS/tazlito.png"; Actions = "Exec subox tazusbbox &" }
    1.30 +	}
    1.31 +	
    1.32  	Entry = "Run.." { Actions = "ShowCmdDialog" }
    1.33  	Separator {}
    1.34  
    1.35 @@ -39,12 +54,19 @@
    1.36  			Entry { Actions = "Dynamic /usr/share/pekwm/scripts/pekwm_themeset.sh /usr/share/pekwm/themes" }
    1.37  			Entry { Actions = "Dynamic /usr/share/pekwm/scripts/pekwm_themeset.sh ~/.pekwm/themes" }
    1.38  		}
    1.39 +		Submenu = "Pekwm Configuration" {
    1.40 +		Entry = "Change config" { Icon = "$PIXMAPS/leafpad.png"; Actions = "Exec geany ~/.pekwm/config &" }
    1.41 +		Entry = "Customize Menu" { Icon = "$PIXMAPS/leafpad.png"; Actions = "Exec geany ~/.pekwm/menu &" }
    1.42 +		Entry = "Keyboard Shortcuts" { Icon = "$PIXMAPS/leafpad.png"; Actions = "Exec geany ~/.pekwm/keys &" }
    1.43 +		Entry = "Mouse Actions" { Icon = "$PIXMAPS/leafpad.png"; Actions = "Exec geany ~/.pekwm/mouse &" }
    1.44 +		Entry = "Auto start" { Icon = "$PIXMAPS/leafpad.png"; Actions = "Exec geany ~/.pekwm/start &" }
    1.45 +		}
    1.46  		Submenu = "Exit to" {
    1.47  			Entry = "Xterm" { Actions = "RestartOther xterm" }
    1.48  			Entry = "Openbox" { Actions = "RestartOther openbox" }
    1.49  		}
    1.50  		Entry = "Reload" { Actions = "Reload" }
    1.51 -		#Entry = "Restart" { Actions = "Restart" }
    1.52 +		Entry = "Restart" { Actions = "Restart" }
    1.53  	}
    1.54  	Entry = "Exit" { Actions = "Exit" }
    1.55  }