]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - shell/screenrc.in
herbstluftwm/autostart: add bindings to run programs and select windows
[config/dotfiles.git] / shell / screenrc.in
index de785d600e397a87b30a3c757b7a2dd2ffaa31ae..19bd786650db471461ef6badf1361dc4aae4bb44 100644 (file)
@@ -57,7 +57,8 @@ attrcolor b ".I"
 # CAPTION AND HARDSTATUS
 
 # Use white on light blue background for highlighting and text messages (and
-# for window borders in split mode).
+# for window borders in split mode). For remote hosts this is changed to dark
+# blue to increase the contrast of nested screens.
 sorendition = Bw
 
 # Display current battery charge if running on a laptop. Redisplay every 3
@@ -106,6 +107,12 @@ bind _  # silence
 bind H  # log
 bind L  # login
 bind .  # dumptermcap
+bind O  # login on
+bind I  # login off
+bind h  # hardcopy
+bind <  # readbuf
+bind >  # writebuf
+bind =  # removebuf
 
 # Bindings for fast switching to windows 10 to 19. Thanks to skizzhg in
 # #screen on Freenode (2010-10-31 21:49 CET) for the suggestion.