You are not logged in.
I'm running Xmonad with xmobar, and occasionally it freezes which the current window still responds to keys and mouseclicks. I looked this up on the Xmonad FAQs, and apparently it's caused by a full pipe that I need to cat (https://wiki.haskell.org/Xmonad/Frequen … _frozen.21). However, this is a bit hard when the window that responds to keys is not a terminal. Is there a good fix for this?
Last edited by kayli (2015-03-14 04:48:32)
Offline
If anyone knows what logs, outputs, etc. I should be looking at, that would be helpful as well.
Offline
Any takers?
Offline
Hi kayli,
However, this is a bit hard when the window that responds to keys is not a terminal. Is there a good fix for this?
I don't use Xmonad, so I can't help you very much, but it seems you already found a solution in the FAQs: if you don't have any usable terminal window when the freeze happens you can just switch to another tty (Ctrl-Alt-F2 for tty2 and so on...), run the commands from there and finally return to the tty where Xmonad is running.
Offline
Ah right. I completely forgot I could switch to another tty! Thanks for the help.
Offline