You are not logged in.
Hi, dear community.
I'm using Openbox and urxvt as console terminal. Everything is fine but white border around urxvt window is really annoying.
Notice, there are no white border around another application window.
.Xdefaults:
!------------------------------------------------------------------------------
! c o l o r - s e t t i n g s
*background: #222222
*foreground: #EEEEEE
! Default
! 0: black
*color0: #222222
*color8: #222222
! 1: red
*color1: #9f6767
*color9: #9f6767
! 2: green
*color2: #92ac68
*color10: #92ac68
! 3: yellow
*color3: #d0d293
*color11: #d0d293
! 4: blue
*color4: #9aacc3
*color12: #9aacc3
! 5: magenta
*color5: #bb77a4
*color13: #bb77a4
! 6: cyan
*color6: #77bbb5
*color14: #77bbb5
! 7: white
*color7: #777777
*color15: #777777
!------------------------------------------------------------------------------
! u r x v t
urxvt*geometry: 130x45
!URxvt*font: xft:terminus:size=8
urxvt*saveLines:32767
urxvt*internalBorder: 0
urxvt*externalBorder: 0
urxvt*scrollBar: false
urxvt*scrollColor: #EEEEEE
urxvt*scrollBar_right: true
urxvt*scrollColor: #000000
urxvt*externalBorder: 0
urxvt*internalBorder: 0
urxvt*borderless: 1
urxvt*perl-lib: /usr/lib/urxvt/perl
urxvt.perl-ext-common: default,tabbed,matcher
urxvt*urlLauncher: firefox
urxvt*matcher.button: 1As you can see - no white color usage, and options that probably turning border off are on.
Can someone help with it, or suggest where to search for solution?
Last edited by kvictor (2009-10-22 07:39:15)
Offline
It's part of the Openbox theme (Dyne, correct?). Make a copy of the theme folder and place it in ~/.themes/. Edit the themerc file in ~/.themes/Dyne/openbox-3 and change the two the window.client.padding lines at the top of the file to 0. I think that's how you do it anyway.
Offline
skottish, thank you so much! At least I found where to search thing to fix.
There was one problem with you solution - if you change window.client.padding lines to the zero, you will lost ability to resize terminal window. The best fix is to change this lines:
window.active.client.color: #XXXXXX
window.active.client.color: #XXXXXXand set #000000 or what would you like.
Anyway, thanks again, you gave me a key to solution!
Offline