aboutsummaryrefslogtreecommitdiff
path: root/screen
diff options
context:
space:
mode:
authorVasil Zlatanov <vasil.zlatanov@gmail.com>2015-04-12 13:05:47 +0200
committerVasil Zlatanov <vasil.zlatanov@gmail.com>2015-04-12 13:05:47 +0200
commit47a0a3f433f820fc78d180884f6ca376fba97b73 (patch)
tree587b80062ebdb947d26ca7a70e32b38b7d67ca45 /screen
parent269e617fea39658233db38ad503030c4fe040e80 (diff)
downloaddotfiles-47a0a3f433f820fc78d180884f6ca376fba97b73.tar.gz
dotfiles-47a0a3f433f820fc78d180884f6ca376fba97b73.tar.bz2
dotfiles-47a0a3f433f820fc78d180884f6ca376fba97b73.zip
Tidy up everything :)
Diffstat (limited to 'screen')
-rwxr-xr-xscreen/screenout2
-rw-r--r--screen/screenrc34
-rw-r--r--screen/screenrc.irssi6
-rw-r--r--screen/screenrc.mutt6
-rw-r--r--screen/screenrcnobar29
5 files changed, 77 insertions, 0 deletions
diff --git a/screen/screenout b/screen/screenout
new file mode 100755
index 0000000..6687b44
--- /dev/null
+++ b/screen/screenout
@@ -0,0 +1,2 @@
+#!/bin/sh
+cat /tmp/screen-exchange | xclip
diff --git a/screen/screenrc b/screen/screenrc
new file mode 100644
index 0000000..3892176
--- /dev/null
+++ b/screen/screenrc
@@ -0,0 +1,34 @@
+#escape \\m
+defscrollback 5000
+vbell off
+startup_message off
+altscreen on
+
+
+#multiuser
+multiuser on
+acladd vasko
+
+# look and feel
+#caption always "%{= bb}%{+b w}%n %h %=%t %c"
+caption always "%{= bb}%{+b w}%n %{+b y}%H %=%{+b w}%t %c"
+hardstatus alwayslastline "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<"
+
+activity "Activity in %t(%n)"
+
+# bind keys
+bind 'l' lastmsg
+bind 'q' meta
+bind ' ' screen
+bind 'a' title
+bind 'h' split -h
+bind 'v' split -v
+bind 'x' remove
+bind 'o' only
+bind 'r' resize
+
+# bind buffer
+bufferfile
+bind b eval writebuf "exec !!! $HOME/.tools/screenout"
+
+
diff --git a/screen/screenrc.irssi b/screen/screenrc.irssi
new file mode 100644
index 0000000..20d0793
--- /dev/null
+++ b/screen/screenrc.irssi
@@ -0,0 +1,6 @@
+# change to home directory and source screenrc from ratpoison directory
+chdir
+source .tools/screenrcnobar
+
+screen -t Irc 0
+exec irssi
diff --git a/screen/screenrc.mutt b/screen/screenrc.mutt
new file mode 100644
index 0000000..e42ee0f
--- /dev/null
+++ b/screen/screenrc.mutt
@@ -0,0 +1,6 @@
+# change to home directory and source screenrc from ratpoison directory
+chdir
+source .tools/screenrcnobar
+
+screen -t Mail 0
+exec mutt
diff --git a/screen/screenrcnobar b/screen/screenrcnobar
new file mode 100644
index 0000000..7c9d905
--- /dev/null
+++ b/screen/screenrcnobar
@@ -0,0 +1,29 @@
+#escape \\m
+defscrollback 5000
+vbell off
+startup_message off
+altscreen on
+
+#multiuser
+multiuser on
+acladd vasko
+
+# look and feel
+
+activity "Activity in %t(%n)"
+
+# bind keys
+bind 'l' lastmsg
+bind 'q' meta
+bind ' ' screen
+bind 'a' title
+bind 'h' split -h
+bind 'v' split -v
+bind 'x' remove
+bind 'o' only
+bind 'r' resize
+
+# bind buffer
+bind b eval writebuf "exec !!! $HOME/.tools/screenout"
+
+