diff options
Diffstat (limited to 'screen')
-rwxr-xr-x | screen/batinfo | 13 | ||||
-rwxr-xr-x | screen/screenout | 2 | ||||
-rw-r--r-- | screen/screenrc | 34 | ||||
-rw-r--r-- | screen/screenrc.irssi | 6 | ||||
-rw-r--r-- | screen/screenrc.mutt | 6 | ||||
-rw-r--r-- | screen/screenrcnobar | 29 |
6 files changed, 0 insertions, 90 deletions
diff --git a/screen/batinfo b/screen/batinfo deleted file mode 100755 index 3366c1f..0000000 --- a/screen/batinfo +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -#batinfo -stat=` acpi | tr -s , | cut -d -f4 ` -pct=` acpi | tr -s , | cut -d -f5 ` - -color="^E{k.}" -case $stat in - discharging) color="^E{kr}" ;; - charging) color="^E{kg}" ;; - *) color="^E{k.}" ;; -esac - -echo "$color$pct^E{-}($color$stat^E{-})" diff --git a/screen/screenout b/screen/screenout deleted file mode 100755 index 6687b44..0000000 --- a/screen/screenout +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -cat /tmp/screen-exchange | xclip diff --git a/screen/screenrc b/screen/screenrc deleted file mode 100644 index 3892176..0000000 --- a/screen/screenrc +++ /dev/null @@ -1,34 +0,0 @@ -#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 deleted file mode 100644 index 20d0793..0000000 --- a/screen/screenrc.irssi +++ /dev/null @@ -1,6 +0,0 @@ -# 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 deleted file mode 100644 index e42ee0f..0000000 --- a/screen/screenrc.mutt +++ /dev/null @@ -1,6 +0,0 @@ -# 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 deleted file mode 100644 index 7c9d905..0000000 --- a/screen/screenrcnobar +++ /dev/null @@ -1,29 +0,0 @@ -#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" - - |