diff options
Diffstat (limited to 'xenscreenrc')
-rw-r--r-- | xenscreenrc | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/xenscreenrc b/xenscreenrc index 33683ad..01b00e6 100644 --- a/xenscreenrc +++ b/xenscreenrc @@ -1,22 +1,30 @@ multiuser on + +########################################################################### +# minimum config (also compiled in) + # status line sorendition =s wb hardstatus lastline "%{=b bw} xen |%{-} %-w%{= yb} %50>%n* %t %{-}%+w%<" +# logging +logfile /var/log/xenscreen.%t + + +########################################################################### +# other config options + # disable killing windows bind k bind K bind ^K -# misc settings +# misc other useful settings shell /bin/bash defscrollback 5000 compacthist on defutf8 on termcapinfo xterm hs@ - -# for log files -#logfile /var/log/screen/screenlog.%t -#logtstamp on +logtstamp on |