You are not logged in.

#1 2008-08-29 12:59:23

gav616
Member
Registered: 2008-01-16
Posts: 182

can't remove urxvt border

I would like to use urxvt as my desktop background but on start-up the terminal still has a big black border which I just can't seem to get rid of, any-help would be good, cheers.

~/.Xdefaults

URxvt*transparent: true
URxvt*scrollBar: false
URxvt*geometry: 125x45+512+10
URxvt*borderLess: true

~/.config/openbox/rc.xml

<application name="urxvt">
      <decor>no</decor>
      <focus>yes</focus>
      <skip_taskbar>yes</skip_taskbar>
      <skip_pager>yes</skip_pager>
      <position>
        <x>center</x>
        <y>20</y>
      </position>
      <layer>below</layer>
      <desktop>all</desktop>
      <maximized>false</maximized>
    </application>

~/.config/openbox/autostart.sh

obsetbg -u feh -r ~/.config/openbox/wallpaper
conky &
numlockx
xset -b
xset -dpms
xset s off
xset m 1 1
pypanel &
urxvt -bl &
#stalonetray -w -t -p  --geometry 0x24 &

Offline

#2 2009-08-11 00:59:29

heyuxiang
Member
Registered: 2008-10-09
Posts: 14

Re: can't remove urxvt border

where :<application name="urxvt">
should be : <application class="Urxvt">

Last edited by heyuxiang (2009-08-11 01:00:04)

Offline

#3 2009-08-11 01:06:12

majiq
Member
Registered: 2009-03-06
Posts: 259

Re: can't remove urxvt border

Is it the border triggered by the "KeepBorder" option at the top of the rc.xml?

Offline

Board footer

Powered by FluxBB