You are not logged in.
Pages: 1
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: FalseAlso the bold font is wrong.
Last edited by Anticitizen (2015-07-05 22:14:49)
Offline
Urxvt*scrolBar: False
That's not how you spell "scroll"...
What exactly is "wrong" with the bold font?
Jin, Jîyan, Azadî
Offline
Fixed a typo problem still occurs.
The font should be the same no matter if bold or not. I enjoy when all my fonts look the same.
Offline
The font is the same it is just a bad font, choose another.
Offline
Urxvt*font: xft:Terminus:size=12:antialias=false
Urxvt*boldFont: xft:Terminus:size=12:antialias=falseThey should look the same. And they do not look the same, that means that something is wrong.
Offline
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
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
Pages: 1