ports/x11/awesome/patches/patch-docs_90-FAQ_md

13 lines
541 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: docs/90-FAQ.md
--- docs/90-FAQ.md.orig
+++ docs/90-FAQ.md
@@ -389,7 +389,7 @@ To see where, run the following command:
There's handy way to run Awesome and redirect both its standard output and error streams to files:
- exec /usr/bin/awesome >> ~/.cache/awesome/stdout 2>> ~/.cache/awesome/stderr
+ exec ${LOCALBASE}/bin/awesome >> ~/.cache/awesome/stdout 2>> ~/.cache/awesome/stderr
If you put it into `.xinitrc` (for `startx`) or `~/.xsession`, you'll be able to
watch (with `tail -f`) everything right from Awesome.