I recently switched to Awesome WM and got one problem.
I would like to be able to view output of awesomewm (both stdout and stderr) right from within Awesome. I followed the suggestion on the awesome-wiki (FAQ) and start awesome with the following line in my .xinitrc (I am starting awesome with startx):
Code: Select all
exec ck-launch-session dbus-launch /usr/bin/awesome >> ~/.cache/awesome/stdout 2>> ~/.cache/awesome/stderrHowever the stdout-file is not written instantly but only when awesome quits.
When I don't write the logs to files and start awesome with
Code: Select all
exec ck-launch-session dbus-launch /usr/bin/awesomeBut why doesn't it get printed to the file instantly?
