# ------------------------------------------------------------------------------ # 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 on vbell_msg " Wuff ---- Wuff!! " # define a bigger scrollback, default is 100 lines defscrollback 1024 # ------------------------------------------------------------------------------ # SCREEN KEYBINDINGS # ------------------------------------------------------------------------------ bind 'w' focus # 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" # on Debian backspace should send char `\177': bindkey -k kb stuff "\177" # ------------------------------------------------------------------------------ # TERMINAL SETTINGS # ------------------------------------------------------------------------------ backtick 1 5 5 /home/roman/bin/dzenscript.py caption always "%{+b}%1`" # turn sending of screen messages to hardstatus off hardstatus on hardstatus alwayslastline "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<" activity "%C -> %n%f %t activity!" # ------------------------------------------------------------------------------ # STARTUP SCREENS # ------------------------------------------------------------------------------ # screen top