LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Aterm, transparent borders (fluxbox) (https://www.linuxquestions.org/questions/linux-newbie-8/aterm-transparent-borders-fluxbox-209122/)

Balkman 07-24-2004 10:50 AM

Aterm, transparent borders (fluxbox)
 
Im sorry this question has been asked so many times on LQ, but no one ever specifies what config file you edit to remove borders. I know i can get rid of scroll bar and background by adding -tr and -trsb, but the borders on fluxbox are a differnt story.

So in what config file do i specify for the program aterm to not have decorations (e.g. borders) in fluxbox v0.9.9

thanks,
jay

b0uncer 07-24-2004 11:32 AM

I'd advice you to go to fluxbox.org site and dig up the documentation page - I'm quite sure I saw there just this thing, defining the decorations stuff and much more. it's a good place to start with...

also, check out what files you have in your $home/.fluxbox/ and see them through (read comments), you could get some info.

detpenguin 07-24-2004 11:54 AM

for me, all of my aterm stuff is specified in the ~/jk/.Xdefaults file....i had to create the file and then i added this to it:

aterm*cursorColor:blue
aterm*colorMode:true
aterm*pointerColor:yellow
aterm*pointerColor2:yellow
aterm*borderWidth:0
aterm*tinting:#ffffff
aterm*loginShell:true
aterm*transparent:true
aterm*shading:80
aterm*background:white
aterm*foreground:light blue
aterm*scrollBar:false
aterm*fade: 60
!aterm*font: 9x15
aterm*font: 8x13
aterm*saveLines:4500
aterm*geometry:85x30
aterm*truetintingType:True
!
! colors
!
aterm*color0:rgb:00/00/00
aterm*color1:rgb:cc/66/66
aterm*color2:rgb:66/cc/66
aterm*color3:rgb:cc/cc/66
aterm*color4:rgb:66/66/cc
aterm*color5:rgb:cc/66/cc
aterm*color6:rgb:66/cc/cc
aterm*color7:rgb:cc/cc/cc
aterm*color8:rgb:63/33/33
aterm*color9:rgb:ff/99/99
aterm*color10:rgb:99/ff/99
aterm*color11:rgb:ff/ff/99
aterm*color12:rgb:99/99/ff
aterm*color13:rgb:ff/99/ff
aterm*color14:rgb:99/ff/ff
aterm*color15:rgb:ff/ff/ff


All times are GMT -5. The time now is 04:46 AM.