Login Status


ShareSource Site » Projects » fnegronidwm » fnegronidwmWiki

Project: fnegroni patches for dwm [Wiki]

(*) Summary   [^] Files   [_] Wiki   [!] Bug Tracker   (») Mercurial Repository  
Project Wiki (Page: noinput)
Last Changed 1 year ago, by fnegroni

Not reading from stdin

The 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.