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

Warn about hanging if stdout fills #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 2 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ Afterwards, run =guix pull=.
;; The preferred way of running commands/applications (that does not need
;; to access the stdout of dwl) on startup is by using the
;; dwl:startup-hook in your Guile config.
;; Note that if you don't need stdout, you should close it with <&-,
;; otherwise dwl-guile will hang when the stdout buffer fills up.
;;
;; By default, this option is not used.
(startup-command "foot --server <&-")
Expand Down