How to change urxvt font size in Slacko?

Booting, installing, newbie
Post Reply
Message
Author
chinklx
Posts: 1
Joined: Wed 27 May 2020, 02:31

How to change urxvt font size in Slacko?

#1 Post by chinklx »

How can one change the font size in the urxvt terminal?
Need precise instructions as I'm a beginner to Linux.
I need bigger fonts.

Thank you.

Terry H
Posts: 708
Joined: Sun 29 Mar 2009, 16:48
Location: The Heart of Muskoka, ON Canada

#2 Post by Terry H »

Welcome to the forum chinklx.

This isn't taken form slacko, so may be different.

The is code in the file /root/.Xdefaults If not in the .Xdefaults, try the .Xresources file. (Note: these are hidden files.)

Code: Select all

! fonts
! run "fc-list" for a list of available fonts
urxvt.font: xft:Nimbus Mono L:style=Regular:pixelsize=14
Change to font size here.


Edit: You will have to restart the X server for the change to be applied.
Menu > Shutdown > Restart X (or similar)

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#3 Post by bigpup »

Not sure if Slacko has this, but it should.

In a terminal

Code: Select all

urxvtcontrol
Press enter

Best to keep borderless and transparency turned off.
Attachments
Screenshot.png
(37.31 KiB) Downloaded 30 times
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

Post Reply