Tiny Core Linux

Tiny Core Extensions => TCE Corepure64 => Topic started by: Looper on November 12, 2019, 07:18:37 AM

Title: How to configure urxvt
Post by: Looper on November 12, 2019, 07:18:37 AM
I need to interpret utf8 in terminal local on corepure 10.1
I use getlocale and doesn't work for me
Please explain for me ; how can use ( configure ) urxvt or aka ,... in tiny core ?
Title: Re: How to configure urxvt
Post by: jazzbiker on November 12, 2019, 07:42:25 AM
Hi, Looper!

Probably you need utf-compatible fixed font. I use Terminus fonts, and like them very much. Install terminus-fonts extension.
Title: Re: How to configure urxvt
Post by: Looper on November 12, 2019, 07:48:30 AM
Tanks for replaying
Just install ? Or need configuration ?
Please explain step by step , sorry I'm  low experience
Title: Re: How to configure urxvt
Post by: Rich on November 12, 2019, 07:59:40 AM
Hi Looper
If you go here:
http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.1.pod#RESOURCES
It tells you where  urxvt  looks for configuration information. If you scroll down to where it says  font: fontlist , It provides
an explanation.

This shows ho to select fonts when starting  urxvt:
http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.7.pod#How_does_rxvt_unicode_choose_fonts
Title: Re: How to configure urxvt
Post by: Looper on November 12, 2019, 08:21:59 AM
I can't find config file urxvt
Where is that ?
Title: Re: How to configure urxvt
Post by: jazzbiker on November 12, 2019, 08:41:40 AM
urxvt can read its settings from ~/.Xdefaults
For example, my ~/.Xdefaults is
Code: [Select]
tc@box:~$ cat ~/.Xdefaults
Aterm*scrollBar: false
Aterm*transparent: false
Aterm*title: Terminal
Aterm*foreground: black
Aterm*background: aquamarine
Aterm*font: Terminus-bold-20
Aterm*cursorColor: green
Aterm*fading: 70
Aterm*shading: 50
Aterm*color12: DodgerBlue1
Aterm*saveLines: 1000
fltk*scheme: gtk+
Xft.dpi: 96.0
urxvt*background: aquamarine
urxvt*foreground: black
urxvt*font: Terminus-bold-20
urxvt*scrollBar: false

Assigning colors you can use ones found in /usr/local/share/X11/rgb.txt
Title: Re: How to configure urxvt
Post by: Looper on November 12, 2019, 10:10:44 AM
Tanks my friend
Now
Code: [Select]
echo -e '\xe2' return square