LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-03-2015, 01:49 AM   #1
jason41987
Member
 
Registered: Jun 2012
Posts: 148

Rep: Reputation: Disabled
best lightweight xterm alternative?


im looking for a new terminal to make as my default, currently im still using xterm and would like something suitable for a low-resource computer as im running archlinux with fluxbox on my netbook, the aesthetically pleasing terminals seem to require more resources than the rest (how much resources do even the compositing ones use?... so anyway, what are some good options?

also, would it be possible to get a terminal emulator to people out from one of the edges of the screen when my mouse moves to that area, like how you can set up docks to auto-hide when the mouse is move away from them?... if so, id like something like that but the sliding terminal emulators all seem to be hotkey activated
 
Old 09-03-2015, 03:31 AM   #2
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,367

Rep: Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748
I personally use rxvt on my netbook. I have a few tweaks in my ~/.Xresources file.
Code:
! Map Home key to line start for Rxvt
Rxvt*keysym.0xff50:             ^a
! Map End key to line end for Rxvt
Rxvt*keysym.0xff57:             ^e
! Increase scrollback buffer from default 64 lines for Rxvt
Rxvt*saveLines:                 2048
! Set Rxvt scrollbar
Rxvt*scrollstyle:               next
I cannot help with the sliding though.
 
Old 09-03-2015, 04:59 AM   #3
mimosinnet
Member
 
Registered: Feb 2006
Location: Barcelona, Spain
Distribution: Gentoo
Posts: 37

Rep: Reputation: 8
Could the sliding be arranged by the window-manager? I am also using rxvt-unicode. It supports tabs and URL detection. This is my configuration:

Code:
! urxvt
!
XTerm*termName:         		rxvt-256color 
!
! Fonts
URxvt.imLocale:			ca_ES.utf8
URxvt*font: 			xft:DejaVu Sans Mono:pixelsize=16:antialias=true:hinting=true
!
! Bind C--, C-0(=) and C-+ to activate small, medium, and big font size resp. 
URxvt.keysym.C-minus: 		command:\033]710;xft:Liberation Mono:antialias=false:pixelsize=12\007
URxvt.keysym.C-0:		command:\033]710;xft:DejaVu Sans Mono:pixelsize=16:antialias=true:hinting=true\007
URxvt.keysym.C-plus:		command:\033]710;xft:Liberation Mono:antialias=false:pixelsize=20\007
!
! > Fonts (bold, italic, underline)
URxvt.colorBD:          	Gold
URxvt.colorIT:          	green
URxvt.underlineColor:   	yellow
! > Other Colors
URxvt.background:       	Black
URxvt.foreground:       	PaleGreen
URxvt.cursorColor:      	orange
URxvt.cursorColor2:     	darkblue
URxvt.pointerColor:     	orange
URxvt.pointerColor2:    	red
URxvt.borderColor:      	black
URxvt.highlightColor:   	DimGray
URxvt.throughColor:     	red
! > make sure that the colour 7 matches the default foreground colour
! URxvt.color7:           	PaleGreen

! Transparency: http://ctkarch.org/documentation/tutorials/tuto.php?page=urxvt-transpa.xml
! real transparency (composite)
URxvt.depth: 			32
! Urxvt*background: rgba:0000/0000/0200/c800
! urxvt.shading: 30
URxvt.cursorBlink:      	true
URxvt.borderLess:       	true
!URxvt.reverseVideo:     	false

! Transparent
URxvt.transparent:      	true
! URxvt.tintColor:        	forestgreen 
! URxvt.tintColor:        	manganeseblue
!  shading - 0 to 99 darkens, 101 to 200 lightens.
!  shading 0 -> fosc, 99-> clar
 URxvt.shading:          	30
! ScrollBar
URxvt.scrollBar:        	true
URxvt.scrollBar_right:		false
URxvt.scrollBar_floating:	false
URxvt.scrollTtyOutput:		true
URxvt.jumpScroll:i		true
URxvt.scrollColor:		green
URxvt.saveLines:        	8192
URxvt.scrollstyle:      	plain
URxvt.secondaryScroll:  	true
URxvt*secondaryWheel: 		true
! Url
URxvt.underlineURLs: 		true
URxvt.url-launcher:		chromium-browser
URxvt.matcher.button:		1
! Button 2 = middle
! Perl Extensions
URxvt.perl-ext-common:  	default,tabbed,matcher
! Visual Bell
URxvt.visualBell:		false
 
Old 09-03-2015, 01:53 PM   #4
jason41987
Member
 
Registered: Jun 2012
Posts: 148

Original Poster
Rep: Reputation: Disabled
ive replaced xterm with rxvt as the "fallback" default terminal but im looking for something with a bit more features and customizability, but im on a netbook with an N270 CPU and 1 gig of RAM and im not sure how much the more graphical ones will take up.. though, im only running at most usually 2-3 terminal windows.. i am liking guake though for really quick access when i need to do a simple task and dont care to browse my menus for one
 
Old 09-03-2015, 02:54 PM   #5
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,101
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Might help. Might not. My urxvt roks with style on my n270 atom netbook.

http://www.linuxjournal.com/article/8228


http://antix.freeforums.org/rocking-...yle-t5048.html
 
Old 09-03-2015, 03:53 PM   #6
Head_on_a_Stick
Senior Member
 
Registered: Dec 2014
Location: London, England
Distribution: Debian stable (and OpenBSD-current)
Posts: 1,187

Rep: Reputation: 285Reputation: 285Reputation: 285
Quote:
Originally Posted by jason41987 View Post
ive replaced xterm with rxvt as the "fallback" default terminal but im looking for something with a bit more features and customizability
Have you read the man page(s) for rxvt-unicode?

It has a *lot* of features.

I like to start the daemon version (`urxvtd -q -f -o`) in my ~/.xinitrc and then call up client windows (`urxvtc`) as needed.

rxvt-unicode is the fastest of all the terminal emulators (and the best IMO).
 
Old 09-04-2015, 05:30 AM   #7
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,479

Rep: Reputation: Disabled
Sakura is a nice terminal, (Guake is the only dropdown that I know of)
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Alternative to Powerpoint on Linux (Non python/ lightweight) Xeratul Linux - Software 20 05-21-2014 01:00 PM
Lightweight alternative to Korganizer? Xeratul Linux - Software 2 12-05-2013 01:50 PM
Looking for a lightweight alternative to GEDIT with 2 Panels + GTK? Xeratul Linux - Software 7 02-03-2011 01:31 AM
Lightweight alternative to Konsole? bluefire Linux - Software 10 04-04-2004 11:51 PM
lightweight alternative to Nautilus woodywellhung Linux - Software 3 04-04-2004 11:54 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:00 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration