quake-style console with xterm
0
fork

Configure Feed

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

README: update

+10 -9
+10 -9
README.md
··· 1 - ###qconsole 1 + ## qconsole 2 2 3 3 ![https://i.imgur.com/IBAAN8j.png](https://i.imgur.com/IBAAN8j.png) 4 4 ··· 9 9 reparent it under qconsole, and then hides it offscreen. 10 10 11 11 To show the terminal, press `Control+O` and it will scroll onto the screen. 12 - press it again and it will scroll back off the screen. If the xterm is killed, 13 - a new one will be spawned. 12 + Press it again and it will scroll back off the screen. 13 + If the xterm is killed, a new one will be spawned. 14 14 15 - The xterm is launched with a name of `qconsole`. To adjust its colors and 16 - font, add xterm X resources to your X resources file (and maybe run xrdb) such 17 - as: 18 - 15 + The xterm is launched with a name of `qconsole`. 16 + To adjust its colors and font, add xterm X resources to your X resources file 17 + (and maybe run xrdb) such as: 19 18 20 19 .qconsole*background: white 21 20 .qconsole*foreground: black ··· 23 22 .qconsole*utmpInhibit: true 24 23 .qconsole*rightScrollBar: true 25 24 26 - To adjust the window height, use the `-h` option. To adjust the speed that the 27 - console scrolls, use the `-s` option (1 to 10, default of 9). 25 + To adjust the window height from its default of 1/5 of the screen height, 26 + use the `-h` option. 27 + To adjust the speed that the console scrolls, use the `-s` option (1 to 10, 28 + default of 5).