Sawfish
Register
Advertisement
Scripts quick access edit this

Synopsis[]

Reads a flat text file and converts it into a menu variable.

Description[]

Read a flat text file and convert it into a menu variable. The Format of the flat text file is: <menu entry>:<programm call> I want to thank forcer < forcer at mindless.com > (http://forcix.cx/) for his help

ChangeLog[]

xxxxxx: intial release

090727: support spaces in names Flashrider [Christopher Bratusek] 19:57, 27 July 2009 (UTC)

Example[]

$HOME/.sawfish/sawfish-menu:

Abiword:abiword
Brasero:brasero
Synaptic:gksu -u root synaptic

$HOME/.sawfish[/]rc:

(require 'dynamic-menu)
(setq apps-menu (read-menu "~/.sawfish/sawfish-menu"))
Advertisement