You are not logged in.

#1 2015-07-05 21:53:49

Anticitizen
Member
Registered: 2014-10-27
Posts: 25

[Solved]Urxvt - can't disable ScrollBar

I can't disable scrollbar in urxvt despite having this config:

! special
*.foreground:   #babdb6
*.background:   #000000
*.cursorColor:  #babdb6

! black
*.color0:       #2e3436
*.color8:       #555753

! red
*.color1:       #cc0000
*.color9:       #ef2929

! green
*.color2:       #4e9a06
*.color10:      #8ae234

! yellow
*.color3:       #c4a000
*.color11:      #fce94f

! blue
*.color4:       #3465a4
*.color12:      #729fcf

! magenta
*.color5:       #75507b
*.color13:      #ad7fa8

! cyan
*.color6:       #06989a
*.color14:      #34e2e2

! white
*.color7:       #d3d7cf
*.color15:      #eeeeec
Urxvt*font:     xft:Terminus:size=12:antialias=false
Urxvt*urlLauncher:  firefox
Urxvt*boldFont: xft:Terminus:size=12:antialias=false
URxvt*keysym.Shift-Control-V: perl:clipboard:paste
URxvt*iso14755: False
URxvt*perl-ext-common: default,clipboard
Urxvt*perl-lib:         /usr/lib/urxvt/perl/
Urxvt*scrollBar: False

Also the bold font is wrong.

Last edited by Anticitizen (2015-07-05 22:14:49)

Offline

#2 2015-07-05 21:56:39

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 8,999
Website

Re: [Solved]Urxvt - can't disable ScrollBar

Anticitizen wrote:
Urxvt*scrolBar: False

That's not how you spell "scroll"...

What exactly is "wrong" with the bold font?


Jin, Jîyan, Azadî

Offline

#3 2015-07-05 22:03:22

Anticitizen
Member
Registered: 2014-10-27
Posts: 25

Re: [Solved]Urxvt - can't disable ScrollBar

Fixed a typo problem still occurs.
RmK.png
The font should be the same no matter if bold or not. I enjoy when all my fonts look the same.

Offline

#4 2015-07-05 22:06:36

bstaletic
Member
Registered: 2014-02-02
Posts: 658

Re: [Solved]Urxvt - can't disable ScrollBar

The font is the same it is just a bad font, choose another.

Offline

#5 2015-07-05 22:08:36

Anticitizen
Member
Registered: 2014-10-27
Posts: 25

Re: [Solved]Urxvt - can't disable ScrollBar

Urxvt*font:     xft:Terminus:size=12:antialias=false
Urxvt*boldFont: xft:Terminus:size=12:antialias=false

They should look the same. And they do not look the same, that means that something is wrong.

Offline

#6 2015-07-05 22:12:03

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 8,999
Website

Re: [Solved]Urxvt - can't disable ScrollBar

Try this instead:

URxvt.scrollBar:                false
URxvt.font: 		 	-*-terminus-medium-r-*-*-12-*-*-*-*-*-*-*
URxvt.boldFont: 	 	-*-terminus-medium-r-*-*-12-*-*-*-*-*-*-*

This works just fine in my systems.

EDIT: BTW, your scrot shows that the "fixed" font is being used...

Have you even installed terminus?

Last edited by Head_on_a_Stick (2015-07-05 22:14:27)


Jin, Jîyan, Azadî

Offline

#7 2015-07-05 22:14:31

Anticitizen
Member
Registered: 2014-10-27
Posts: 25

Re: [Solved]Urxvt - can't disable ScrollBar

Head_on_a_Stick wrote:

Try this instead:

URxvt.scrollBar:                false
URxvt.font: 		 	-*-terminus-medium-r-*-*-12-*-*-*-*-*-*-*
URxvt.boldFont: 	 	-*-terminus-medium-r-*-*-12-*-*-*-*-*-*-*

This works just fine in my systems.

EDIT: BTW, your scrot shows that the "fixed" font is being used...

Fixed it, thanks for help marking thread as solved.

Offline

Board footer

Powered by FluxBB