commit df6701edea62e432ffa8d7f86933241d5022ef30 parent a9ad74533ece588fb8ffdbf635d80c6430859e8d Author: Anselm R. Garbe <garbeam@wmii.de> Date: Thu, 23 Mar 2006 16:12:28 +0100 slightly changes in fs.c, removed kmode and quit from wmii.1 Diffstat:
| cmd/wm/fs.c | | | 63 | +++++++++++++++++++++++++++++++++++++-------------------------- |
| cmd/wm/wmii.1 | | | 6 | ------ |
2 files changed, 37 insertions(+), 32 deletions(-)
diff --git a/cmd/wm/fs.c b/cmd/wm/fs.c @@ -29,41 +29,52 @@ static char Ebadvalue[] = "bad value"; static char **queue = nil; static unsigned int nqueue = 0, queuesz = 0; -#define WMII_IOUNIT 2048 + +#define WMII_IOUNIT 2048 /* * filesystem specification - * / FsDroot - * /def/ FsDdef - * /def/border FsFborder 0..n - * /def/font FsFfont xlib font name + * / FsDroot + * /def/ FsDdef + * /def/border FsFborder 0..n + * /def/font FsFfont xlib font name + * / FsDroot + * /def/ FsDdef + * /def/border FsFborder 0..n + * /def/font FsFfont xlib font name * /def/selcolors FsFselcolors sel color * /def/normcolors FsFnormcolors normal colors - * /def/rules FsFrules rules - * /def/keys FsFkeys keys - * /tags FsFtags - * /bar/ FsDbar - * /bar/expand FsFexpand id of expandable label + * /def/rules FsFrules rules + * /def/keys FsFkeys keys + * /tags FsFtags + * /bar/ FsDbar + * /bar/expand FsFexpand id of expandable label + * /def/normcolors FsFnormcolors normal colors + * /def/rules FsFrules rules + * /def/keys FsFkeys keys + * /tags FsFtags + * /bar/ FsDbar + * /bar/expand FsFexpand id of expandable label * /bar/lab/ FsDlabel - * /bar/lab/data FsFdata <arbitrary data which gets displayed> - * /bar/lab/colors FsFcolors <#RRGGBB> <#RRGGBB> <#RRGGBB> + * /bar/lab/data FsFdata <arbitrary data which gets displayed> + * /bar/lab/colors FsFcolors <#RRGGBB> <#RRGGBB> <#RRGGBB> * /clients/ FsDclients - * /clients/1/ FsDGclient see /view/X/X/ namespace below - * /event FsFevent - * /ctl FsFctl command interface (root) - * /view/ FsDview view - * /view/tag FsFtag current tag - * /view/ctl FsFctl command interface (tag) + * /clients/1/ FsDGclient see /view/X/X/ namespace below + * /event FsFevent + * /ctl FsFctl command interface (root) + * /view/ FsDview view + * /view/tag FsFtag current tag + * /view/ctl FsFctl command interface (tag) * /view/sel/ FsDarea - * /view/1/ FsDarea - * /view/1/ctl FsFctl command interface (area) - * /view/1/mode FsFmode col mode + * /view/1/ FsDarea + * /view/1/ctl FsFctl command interface (area) + * /view/1/mode FsFmode col mode * /view/1/sel/ FsDclient - * /view/1/1/class FsFclass class:instance of client - * /view/1/1/name FsFname name of client - * /view/1/1/tags FsFtags tag of client - * /view/1/1/geom FsFgeom geometry of client - * /view/1/1/ctl FsFctl command interface (client) + * /view/1/1/class FsFclass class:instance of client + * /view/1/1/name FsFname name of client + * /view/1/1/tags FsFtags tag of client + * /view/1/1/geom FsFgeom geometry of client + * /view/1/1/ctl FsFctl command interface (client) */ Qid root_qid; diff --git a/cmd/wm/wmii.1 b/cmd/wm/wmii.1 @@ -26,12 +26,6 @@ Here is a list of the default actions: extern <cmd> clean the environment and execute the given command .TP 2 -kmode <mode> -activate shortcuts of the given mode -.TP 2 -quit -quit wmii -.TP 2 status periodically print date and load average to the bar .TP 2