quake-style console with xterm
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

when rolling up window, lower it in the stack too to give up focus

+2
+2
qconsole.c
··· 286 286 287 287 if (direction == DIR_DOWN) 288 288 XRaiseWindow(main_win.dpy, main_win.win); 289 + else 290 + XLowerWindow(main_win.dpy, main_win.win); 289 291 } 290 292 291 293 void