Tagged Questions
0
votes
4answers
161 views
Which window manager is this and how do you get a terminal with tiny borders?
I came over the below configuration and was wondering which window manager he was using, and how you get an rxvt/xterm terminal to look like that.
0
votes
1answer
545 views
How can I pause console output in rxvt?
I'm running rxvt in Cygwin on a Windows box. This is how I invoke it:
rxvt -sr -sl 2500 -sb -geometry 90x30 -tn rxvt -fn "Lucida Console-14" -e /usr/bin/bash --login -i
Anyone know how to pause the ...