# $Id: screenrc,v 1.0 2005/04/21 # Christian Koerner - ckoerner@cornys.org # # modified version of: # Hagen Paul Pfeifer - hagen@jauu.net # http://www.jauu.net # # ~/.screenrc # # This _was_ the system wide screenrc. # # You can use this file to change the default behavior of screen system wide # or copy it to ~/.screenrc and use it as a starting point for your own # settings. # # Commands in this file are used to set options, bind screen functions to # keys, redefine terminal capabilities, and to automatically establish one or # more windows at the beginning of your screen session. # # This is not a comprehensive list of options, look at the screen manual for # details on everything that you can put in this file. # # ------------------------------------------------------------------------------ # SCREEN SETTINGS # ------------------------------------------------------------------------------ startup_message off nethack on #defflow on # will force screen to process ^S/^Q deflogin on #autodetach off # turn visual bell on vbell off vbell_msg " Some mysterious happend!! " # define a bigger scrollback, default is 100 lines defscrollback 4096 silencewait 15 #Message for activity activity ' BigBrother is watching you at window %n ' hardcopy_append on hardcopydir ~/screenstuff logfile ~/screenstuff #monitor on # ------------------------------------------------------------------------------ # SCREEN KEYBINDINGS # ------------------------------------------------------------------------------ # Remove some stupid / dangerous key bindings bind ^k #bind L bind ^\ # Make them better bind \\ quit bind K kill bind I login on bind O login off bind } history # An example of a "screen scraper" which will launch urlview on the current # screen window # #bind ^B eval "hardcopy_append off" "hardcopy -h $HOME/.screen-urlview" "screen urlview $HOME/.screen-urlview" # ------------------------------------------------------------------------------ # TERMINAL SETTINGS # ------------------------------------------------------------------------------ # To get screen to add lines to xterm's scrollback buffer, uncomment the # following termcapinfo line which tells xterm to use the normal screen buffer # (which has scrollback), not the alternate screen buffer. # # ck/def. = off termcapinfo xterm|xterms|xs|rxvt ti@:te@ # The vt100 description does not mention "dl". *sigh* #termcapinfo vt100 dl=5\E[M # turn sending of screen messages to hardstatus off # ck/def. = off hardstatus off # Set the hardstatus prop on gui terms to set the titlebar/icon title #termcapinfo xterm*|rxvt*|kterm*|Eterm* hs:ts=\E]0;:fs=\007:ds=\E]0;\007 # Change the xterm initialization string from is2=\E[!p\E[?3;4l\E[4l\E> # (This fixes the "Aborted because of window size change" konsole symptoms found # in bug #134198) #termcapinfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l' # use this for the hard status string #hardstatus string "%h%? users: %u%? %-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<" hardstatus string "%h%? users: %u%?" # An alternative hardstatus to display a bar at the bottom listing the # windownames and highlighting the current windowname in blue. (This is only # enabled if there is no hardstatus setting for your terminal) # # ck/ok #hardstatus lastline "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<" # open win/ host/ date/ time #hardstatus alwayslastline "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%< %=%H [%c, %D, %d/%m/%y]" # set these terminals up to be 'optimal' instead of vt100 #termcapinfo xterm*|linux*|rxvt*|Eterm* OP # bunte Endzeile /host/Datum/Zeit/Fenster #caption always "%{=}%{+b kR}%H %{+b kY}%M %d %{+b kG}%2c %{+b kB}%?%-Lw%?%{+b kW}%n*%f %kt%?(%u)%?%{+b kB}%?%+Lw%?" # bunte Endzeile Fenster #caption always "%{=}%{+b kB}%?%-Lw%?%{+b kR}%n*%f %?(%u)%?%{+b kB}%?%+Lw%?" # gleiche wie oben, aber ohne evtl. user... #caption always "%{=}%{+b kY}%H: %{+b kB}%?%-Lw%?%{+b kR}%n*%f %t %{+b kB}%?%+Lw%?" caption always "%{=}%{ ky}%H: %{ kB}%?%-Lw%?%{ kR}%n*%f %t %{ kB}%?%+Lw%?" # ------------------------------------------------------------------------------ # STARTUP SCREENS # ------------------------------------------------------------------------------ # Example of automatically running some programs in windows on screen startup. # # The following will open top in the first window, an ssh session to monkey # in the next window, and then open mutt and tail in windows 8 and 9 # respectively. # screen -t centericq 0 centericq screen -t emacs 1 emacs --no-windows screen -t ssh 2 screen -t -- 3