Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Terminal Configs Gallery [Sticky]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2, 3  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
think4urs11
Bodhisattva
Bodhisattva


Joined: 25 Jun 2003
Posts: 6659
Location: above the cloud

PostPosted: Fri Apr 13, 2007 5:18 pm    Post subject: Reply with quote

merged the above starting with https://forums.gentoo.org/viewtopic-p-3577756.html#3577756
was 'Post your xterm, aterm, eterm, etc configurations!'

_________________
Nothing is secure / Security is always a trade-off with usability / Do not assume anything / Trust no-one, nothing / Paranoia is your friend / Think for yourself
Back to top
View user's profile Send private message
avx
Advocate
Advocate


Joined: 21 Jun 2004
Posts: 2152

PostPosted: Sun Apr 15, 2007 12:49 pm    Post subject: Reply with quote

Quote:
What's matcher?!?
It finds and underlines URLs (http://..., ftp://..., etc. - you can also add more by yourself), which then can be launched via the specified programm (see urllauncher in my config) by middleclicking on it - quite handy in irssi f.e.

hth,
ph
Back to top
View user's profile Send private message
jsosic
Guru
Guru


Joined: 02 Aug 2004
Posts: 510
Location: Split (Croatia)

PostPosted: Tue Apr 24, 2007 8:34 am    Post subject: Reply with quote

Matcher is great!!! If only tabbed worked for me, that would be great :(
_________________
I avenge with darkness, the blood is the life
The Order of the Dragon, I feed on human life
Back to top
View user's profile Send private message
pathfinder
l33t
l33t


Joined: 19 Jan 2006
Posts: 731
Location: Barcelona, Spain

PostPosted: Tue Apr 24, 2007 2:35 pm    Post subject: Reply with quote

Hi guys, i havea small question... about Xcursor.theme.

I d like to load the typical, old TWM / ICEWM cross (X) for the mouse pointer, though i can t find the adequate theme for it...
Any idea?
Nice topic btw!
_________________
Cuando un tonto coge un camino, el camino se acaba, pero el tonto sigue
Back to top
View user's profile Send private message
avx
Advocate
Advocate


Joined: 21 Jun 2004
Posts: 2152

PostPosted: Wed Apr 25, 2007 6:43 am    Post subject: Reply with quote

Quote:
If only tabbed worked for me, that would be great
So what exactly isn't working for you? And btw, I just found out that you can assign a key to make urxvt work like a quake-like term(hide/unhide it) - read the manpage if you're interested, worth it imho :)

Quote:
I d like to load the typical, old TWM / ICEWM cross (X) for the mouse pointer, though i can t find the adequate theme for it...
I don't know which wm/de you're using, but normally you've got the cross if you don't set anything else in .Xdefaults - at least my wms behave like that. I know that enlightenment has it's own cursor-set, so maybe gnome/kde/xfce have a "nice" fallback, too?
Back to top
View user's profile Send private message
soroh6
Apprentice
Apprentice


Joined: 07 Nov 2002
Posts: 232

PostPosted: Wed Jul 11, 2007 6:06 am    Post subject: Reply with quote

Nice, that matcher support in urxvt made me switch from aterm! And I've been using aterm for years!

Edit: I had to make a "operanp" script file in /usr/bin, which looks like this:
Code:
#!/bin/sh
exec /usr/bin/opera -newpage "$@"

And this allows me to run operanp <url> and open <url> in a new tab/page. For some reason urxvt*urllauncher: opera -newpage did not work.. but now I have it set to operanp and it's working good for loading URLs into new tabs.

~/.Xdefaults
Code:
! urxvt Settings
urxvt*background:               #000000
urxvt*foreground:               #ffffff
urxvt*xftAntialias:             true
urxvt*font:                     xft:Bitstream Vera Sans Mono:pixelsize=12
urxvt*geometry:                 115x25
urxvt*saveLines:                10000
urxvt*transparent:              true
urxvt*tintColor:                white
urxvt*fading:                   15
urxvt*fadeColor:                black
urxvt*shading:                  35
urxvt*scrollBar:                false
urxvt*scrollstyle:              plain
urxvt*scrollTtyOutput:          false
urxvt*scrollTtyKeypress:        true
urxvt*loginShell:               true
urxvt*inheritPixmap:            false
urxvt*scrollColor:              #a5a5a5
urxvt*perl-ext-common:          matcher
urxvt*urlLauncher:              operanp
urxvt*underlineColor:           #c0c0c0
urxvt*inheritPixmap:            true
! color12 is the dark blue directory color
urxvt*color12:                  #a0a0ff

_________________
:: soroh -*~
Back to top
View user's profile Send private message
Dugan
n00b
n00b


Joined: 10 Aug 2003
Posts: 49

PostPosted: Sun Aug 19, 2007 3:27 pm    Post subject: Reply with quote

Naurnim wrote:

Code:
 PS1='\[\033[1;30m\]-\[\033[0;32m\]-\[\033[0;32m\]- \[\033[1;30m\].:\[\033[0;32m\]\u\[\033[1;30m\]@\[\033[0;36m\]\h\[\033[1;30m\]:. \[\033[1;30m\](\[\033[0;36m\]\w\[\033[1;30m\])     \[\033[0;35m\][Gentoo] \n\[\033[1;30m\]-\[\033[0;32m\]=>>\[\033[0m\]'
export PS1


Here's a similar prompt for zsh. The following goes in ~/.zshrc:

Code:

GREY=$(print '%{\e[1;30m%}')
GREEN=$(print '%{\e[0;32m%}')
CYAN=$(print '%{\e[0;36m%}')
NORMAL=$(print '%{\e[0m%}')
PURPLE=$(print '%{\e[0;35m%}')
export PS1="$GREY-$GREEN--
$GREY.:$GREEN%n$GREY@$CYAN%m$GREY:.
($CYAN%~$GREY)    $PURPLE [Gentoo]
$GREY-$GREEN=>>$NORMAL"
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page Previous  1, 2, 3
Page 3 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum