mirror of
https://github.com/amiwm/amiwm.git
synced 2026-04-14 11:04:18 +00:00
[filesystem] install/document the filesystem module
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user