mirror of
https://github.com/kneutron/ansitest.git
synced 2025-01-30 05:02:54 +08:00
Update topscrn4-xterm.sh
This commit is contained in:
parent
8e72933416
commit
ea81b9368f
@ -1,14 +1,13 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Use: ssh -t localhost /home/dave/bin/topscrn4-xterm.sh
|
# This is useful with Maximized lxterminal, xfce4-terminal, etc where you can easily resize the font
|
||||||
|
# if using ssh Use: ssh -t localhost /$HOME/bin/topscrn4-xterm.sh
|
||||||
#chvt 10
|
|
||||||
#ff
|
|
||||||
|
|
||||||
# open 4-pane screen with sys monitoring
|
# open 4-pane screen with sys monitoring
|
||||||
#setterm -blank 0 2>/dev/null
|
|
||||||
|
|
||||||
# if we try to throw it in the BG, get "screen must be connected to a terminal" error
|
# Requires: bwm-ng top screen iostat watch openvt/open
|
||||||
TERM=linux screen -R -c $HOME/.screenrc-mon1-combined #&
|
# Requires other files: dot-screenrc-mon1-combined ( renamed as .screenrc-mon1-combined in user's home dir )
|
||||||
#disown -a
|
# ^^ mon1-df-short in /usr/local/bin
|
||||||
|
|
||||||
|
# if we try to throw it in the BG, get "screen must be connected to a terminal" error - must be FG
|
||||||
|
TERM=linux screen -R -c $HOME/.screenrc-mon1-combined
|
||||||
|
Loading…
x
Reference in New Issue
Block a user