[filesystem] install/document the filesystem module

This commit is contained in:
Adrian Chadd
2022-02-10 12:50:44 -08:00
parent 5365f97cbe
commit 54cb67609e
2 changed files with 8 additions and 1 deletions

View File

@@ -83,3 +83,10 @@ This binds the keys Meta-F1, Meta-F2 and Meta-F3 to front, back and
iconify respectively. The will only have effect inside windows and in iconify respectively. The will only have effect inside windows and in
window frames. (These are the only places that front/iconfy/back has window frames. (These are the only places that front/iconfy/back has
effect anyway.) effect anyway.)
## Filesystem module
This is an april fools joke module, but at least it's a starting
point for building out an icon on the desktop!
Module "Filesystem" "/path/to/open"

View File

@@ -25,7 +25,7 @@ STRIPFLAG = -s
PROGS = amiwm requestchoice executecmd ppmtoinfo config_util PROGS = amiwm requestchoice executecmd ppmtoinfo config_util
MODULES = $(srcdir)/Background $(srcdir)/Keyboard $(srcdir)/Background_resize \ MODULES = $(srcdir)/Background $(srcdir)/Keyboard $(srcdir)/Background_resize \
$(srcdir)/Background_stretch $(srcdir)/def_tool.info $(srcdir)/Background_stretch $(srcdir)/def_tool.info $(srcdir)/Filesystem
OBJS = main.o screen.o client.o frame.o icc.o \ OBJS = main.o screen.o client.o frame.o icc.o \
icon.o menu.o diskobject.o gram.o lex.o rc.o \ icon.o menu.o diskobject.o gram.o lex.o rc.o \