Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document how to enable stdout output #116

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions frankenwm.1
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,15 @@ well.
prints version information to standard output, then exits.
.SH USAGE
.SS Status bar
frankenwm does not provide a status bar. Consistent with the Unix philosophy,
frankenwm provides information to the status bar or panel of choice via text.
.I frankenwm
does not provide a status bar. Consistent with the Unix philosophy,
.I frankenwm
provides information to the status bar or panel of choice via text.
That information is written to stdout if
.I EMWH_TASKBAR
is not defined, which can be achieved by commenting out the corresponding
line in
.IR config.h .
.SS Keyboard and mouse commands
All of
.I frankenwm's
Expand Down Expand Up @@ -261,8 +268,8 @@ Dragging the mouse will resize the selected window
is customized by copying
.I config.def.h
to
.I config.h
, customizing it and (re)compiling the source code.
.IR config.h ,
customizing it and (re)compiling the source code.
.SH SEE ALSO
.BR dmenu (1)
.SH BUGS
Expand Down