You are not logged in.
Pages: 1
Just installed the archbang 2011.10 a couple of days ago. The default background color of the terminal is black.
I can not remember what I did to change the background to white. I am wondering how I can recover it back to the default black.
Thanks and look forward to your kind response.
Best.
Offline
Just installed the archbang 2011.10 a couple of days ago. The default background color of the terminal is black.
I can not remember what I did to change the background to white. I am wondering how I can recover it back to the default black.Thanks and look forward to your kind response.
Best.
Hold Ctrl-Right Click In Terminal Window.
Select Preferences
Style Tab
You can't miss it from there
Offline
Thank you, for this "tips and tricks" fix ... I was wondering how to do this, with the LXTerminal.
I know that you could easily accomplish transparency' in xfce-term ... good to know that it is possible with LXTerm and Openbox.
Offline
I tried this option, but there is no such a 'preference' on the list. Any suggestion? Thanks.
Offline
Go into preferences you will see background then click on that [the coloured box to the right of it]
Offline
Did you read the ArchBang Wiki article http://wiki.archbang.org/index.php?titl … e_Terminal yet? Edit the ~/.Xdefaults hidden in your home folder. You should see:
! Xft settings ---------------------------------------------------------------
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
!-------------------------------------------------------------------------------
!
! U R X V T - Settings
!
URxvt*geometry: 80x25
URxvt*foreground: grey80
URxvt*borderLess: false
URxvt*depth: 32
URxvt*background: rgba:0000/0000/0000/dddd
URxvt*scrollBar_right: true
URxvt*font: xft:DejaVu Sans Mono-10
URxvt*cursorBlink: true
URxvt*cursorUnderline: true
!colors
!black
URxvt*color0: #676767
URxvt*color8: #757575
!red
URxvt*color1: #EA6868
URxvt*color9: #FF7272
!green
URxvt*color2: #ABCB8D
URxvt*color10: #AFD78A
!yellow
URxvt*color3: #E8AE5B
URxvt*color11: #FFA75D
!blue
URxvt*color4: #71C5F4
URxvt*color12: #67CDE9
!magenta
URxvt*color5: #E2BAF1
URxvt*color13: #ECAEE9
!cyan
URxvt*color6: #21F1EA
URxvt*color14: #36FFFC
!white
URxvt*color7: #F1F1F1
URxvt*color15: #FFFFFFGUI's?? We don't need no stinkin' GUI's!!!
Offline
I am getting confused is 2011.10 is urxvt [I am running lxterminal on my install] my bad!
Offline
@Mr Green,
I run lxterminal too! It's my terminal of choice.
I left the ~/Xdefaults in my home folder for such an occasion as this but have already removed urxvt.
GUI's?? We don't need no stinkin' GUI's!!!
Offline
Visually I like lxterminal the most, but I use the rather ugly duckling roxterm, also more bloated than lxterminal, but with nice features http://roxterm.sourceforge.net/index.ph … de&lang=en
Getting your questions answered here at ArchBang Forums
Please! Always give hardware info, if there is a chance that 's relevant: #lspci -vnn
Quote: What I have learnt from Linux is to minimize dependencies and functionalities for greater independence.
On Arch(bang) and Openbox: http://stillstup.blogspot.com/
Offline
Pages: 1