]> git.deb.at Git - debienna.git/blobdiff - SebastianBachmann/Screenrc/index.mdwn
fix whitespace
[debienna.git] / SebastianBachmann / Screenrc / index.mdwn
index d34d86fcbb25cc08711df93ac3273927793d56a2..b40ca7fbdfc6ded5fc842b93247d0e9a31b55ffa 100644 (file)
@@ -1,5 +1,5 @@
 
-.screenrc: 
+.screenrc:
 [[!format txt """
 backtick 1 0 10   /usr/bin/cpu-screen
 backtick 2 0 30   /usr/bin/ip-screen
@@ -11,7 +11,7 @@ screen -t top 0 nice top
 screen -t irssi 1 nice irssi
 screen 2 zsh
 # Local in META Screen by lefant
-# screen -t localhost 1 screen -S local -d -RR 
+# screen -t localhost 1 screen -S local -d -RR
 
 # use %n to display the window number and %t for its title:
   activity              "activity in %n (%t) [%w:%s]~"
@@ -26,19 +26,19 @@ screen 2 zsh
   vbell_msg             " *beep* "
 
 
-defutf8               on  
-login                 off 
-deflogin              off 
-startup_message       off 
-vbell                 on  
+defutf8               on
+login                 off
+deflogin              off
+startup_message       off
+vbell                 on
 bell_msg        'Bell in %n'
 
 termcapinfo xterm*|linux*|rxvt*|Eterm* OP
 
 defscrollback         1000
 #hardcopydir           ~/.screen
-hardcopy_append       on  
-shell                 zsh 
+hardcopy_append       on
+shell                 zsh
 
 hardstatus alwayslastline
 #caption always "%{wk}%?%-Lw%?%{kW}%n*%f %t%?(%u)%?%{wk}%?%+Lw"
@@ -59,7 +59,7 @@ sorendition 10 99 # default!
   bind H screen -t HeiseTicker w3m www.heise.de/newsticker/pda/data/paket4.html
   bind X lockscreen
 """]]
-/usr/local/bin/bat_info.py (compile with py_compilefiles) 
+/usr/local/bin/bat_info.py (compile with py_compilefiles)
 [[!format txt """
 import re
 import string
@@ -77,7 +77,7 @@ design = float(design)
 full = float(full)
 print "%.2f | %.2f" %((100/(design/aktuell)), (100/(design/full)))
 """]]
-/usr/local/bin/meminfo.py 
+/usr/local/bin/meminfo.py
 [[!format txt """
 import re
 import string
@@ -91,4 +91,4 @@ swapfree = float(string.join(re.findall("[0-9]",mem[12]), ''))/1048576
 
 print "%.2f/%.2f | %.2f/%.2f" %(free,all,swapfree,swapall)
 """]]
-Get your ip-screen and cpu-screen from GRML! 
+Get your ip-screen and cpu-screen from GRML!