File: menu-method

package info (click to toggle)
choosewm 0.1.6-3
  • links: PTS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 516 kB
  • sloc: sh: 1,041; ansic: 1,012; makefile: 71
file content (26 lines) | stat: -rw-r--r-- 531 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/usr/bin/install-menu
#I need menu-1.4!
#
#NOTE: the first line of this script _must_ be
# equal to "#!/usr/sbin/install-menu", otherwise update-menus
# will feed this script old-compat-mode data.
#
#More info: /usr/doc/menu/html.
#
compat="menu-1"

!include menu.h

supported 
  wm=          $title "=" $command "\n"
endsupported

startmenu=   "\n"
endmenu=     "\n"

submenutitle= "\n"
genmenu=   "windowmanagers"
rootprefix="/var/lib/choosewm/"
userprefix="/.choosewm/windowmanagers"
treewalk="c(m)"
mainmenutitle="Main Menu"