ShareSource Site »
Projects » fnegronidwm »
fnegronidwmWiki
| Project Wiki (Page: noinput) |
|---|
| Last Changed 1 year ago, by fnegroni |
Not reading from stdinThe original dwm implementation displays the content of standard input in the status bar. It does so by selecting stdin upon every event loop iteration. I don't see any value in doing that, so I removed the select code from dwm.c and the readin variable definition from config.h I also removed any text drawing in the right side of the control bar. |