You are not logged in.

#76 2011-07-18 17:37:05

Lich
Member
Registered: 2009-09-13
Posts: 437

Re: Post your .screenrc with screenshots!

That would be an old version of uzbl tabbed, with my custom CSS but I don't use that crap for some time now (you can still find the CSS on the uzbl wiki I believe). It doesn't look good, I *made* it look good tongue. Chrome + Surf is all I require lately. You could get surf + tabbed (both suckless products) to look similar to that too, if pretty and simplistic is what you're after (I was at the time).

Last edited by Lich (2011-07-18 17:41:03)


Archlinux | ratpoison + evilwm | urxvtc | tmux

Offline

#77 2011-07-20 07:26:18

x33a
Member
Registered: 2009-08-15
Posts: 2,051
Website

Re: Post your .screenrc with screenshots!

screen-vs in multidisplay mode (-x switch is way too cool).

http://ompldr.org/vOWp0dA

here's the .screenrc

# Fix for residual text
altscreen on

# custom statusbar
hardstatus off
hardstatus alwayslastline
hardstatus string '%{= kW}[ %{m}%H %{W}][%= %{= kw}%?%-Lw%?%{r}(%{g}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{W}][%{Y} %d/%m %{Y}%c %{W}]'

# Turn welcome message off
startup_message off

# disable vbell (so wm urgency hints can work from within screen)
vbell off

# Increase the scrollback buffer
defscrollback 5000

# programs to autostart on screen startup
screen -t htop 0 htop
screen -t root 1 su -
screen -t bash 2 
screen -t bash 3
screen -t iftop 5
stuff "sudo iftop\012"
screen -t rtorrent 6
screen -t mutt 7
stuff "mutt\012"
screen -t log 9 
stuff "tail --follow=name --retry --lines=1000 /var/log/everything.log\012"
#screen -t im 10
screen -t mc 8
stuff "mc /home/x33a /home/x33a/downloads\012"
select 1

# for mutt transparency
defbce on

# set terminal name
term rxvt-256color

# message display time (seconds)
msgwait 2

# 256 colour support for urxvt
terminfo rxvt-unicode 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'

# access terminals higher than 0-9 range
#
# add the following commands to command-class selectHighs
bind -c selectHighs 0 select 10 # C-a - 0 will open terminal 10

bind - command -c selectHighs	# bind hyphen to command-class selectHighs

EDIT: Minor additions and tweaks to .screenrc

Last edited by x33a (2011-12-07 15:04:53)

Offline

Board footer

Powered by FluxBB