Making the XTerm and UXterm Pretty

Moderator: Forum moderators

Post Reply
User avatar
Sofiya
Posts: 1809
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1202 times
Been thanked: 1079 times

Making the XTerm and UXterm Pretty

Post by Sofiya »

create a file in /root/.Xresources

.Xresources

Code: Select all

Xft*antialias: true
Xft*autohint: true
XTerm*background: black
XTerm*foreground: grey
XTerm*cursorColor: grey
XTerm.vt100.geometry: 84x25+150
XTerm*faceName: Monospace Regular 
XTerm*faceSize: 9

UXft*antialias: true
UXft*autohint: true
UXTerm*background: #002b36
UXTerm*foreground: #839496
UXTerm*cursorColor: grey
UXTerm.vt100.geometry: 84x25+150
UXTerm*faceName: Monospace Regular 
UXTerm*faceSize: 8

restart x

Attachments
Снимок экрана от 2023-05-13 15-49-00.png
Снимок экрана от 2023-05-13 15-49-00.png (261.42 KiB) Viewed 381 times

Vanilla Dpup 9.2.X - KLV-Airedale - KLA-OT2
PUPPY LINUX Simple fast free

geo_c
Posts: 2501
Joined: Fri Jul 31, 2020 3:37 am
Has thanked: 1799 times
Been thanked: 705 times

Re: Making the XTerm and UXterm Pretty

Post by geo_c »

Ranger looks pretty nice that way in uxterm:

Image

geo_c
Old School Hipster, and Such

User avatar
Sofiya
Posts: 1809
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1202 times
Been thanked: 1079 times

Re: Making the XTerm and UXterm Pretty

Post by Sofiya »

management:
move right mouse click ,left mouse click for moving.
press and hold the middle mouse button on the scrollbar to move the scrollbar up and down.

you can add a scroll bar on the left.by adding lines.
for Xterm

Code: Select all

XTerm.vt100.scrollBar: true
XTerm.vt100.scrollbar.width: 8

for UXterm

Code: Select all

UXTerm.vt100.scrollBar: true
UXTerm.vt100.scrollbar.width: 8
Attachments
Снимок экрана.png
Снимок экрана.png (31.06 KiB) Viewed 366 times
Last edited by Sofiya on Sat May 13, 2023 5:17 pm, edited 4 times in total.

Vanilla Dpup 9.2.X - KLV-Airedale - KLA-OT2
PUPPY LINUX Simple fast free

User avatar
Sofiya
Posts: 1809
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1202 times
Been thanked: 1079 times

Re: Making the XTerm and UXterm Pretty

Post by Sofiya »

Add to Plugin for Assembly :

Code: Select all

cat <<'XRESOURCES' > ~/.Xresources
Xft*antialias: true
Xft*autohint: true
XTerm*background: black
XTerm*foreground: grey
XTerm*cursorColor: grey
XTerm.vt100.geometry: 94x25+150
XTerm.vt100.scrollBar: true
XTerm.vt100.scrollbar.width: 8
XTerm*faceName: Monospace Regular 
XTerm*faceSize: 9

UXft*antialias: true
UXft*autohint: true
UXTerm*background: #002b36
UXTerm*foreground: #839496
UXTerm*cursorColor: grey
UXTerm.vt100.geometry: 84x25+150
UXTerm*faceName: Monospace Regular 
UXTerm*faceSize: 8
XRESOURCES

Vanilla Dpup 9.2.X - KLV-Airedale - KLA-OT2
PUPPY LINUX Simple fast free

User avatar
Sofiya
Posts: 1809
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1202 times
Been thanked: 1079 times

Re: Making the XTerm and UXterm Pretty

Post by Sofiya »

.Xresources

Code: Select all

xterm*geometry: 84x25
xterm*faceName: terminus:normal:pixelsize=12
!xterm*font: -*-dina-medium-r-*-*-12-*-*-*-*-*-*-*
xterm*dynamicColors: true
xterm*utf8: 2
xterm*eightBitInput: true
xterm*saveLines: 512
xterm*scrollKey: true
xterm*scrollTtyOutput: false
xterm*scrollBar: true
xterm*rightScrollBar: true
xterm*jumpScroll: true
xterm*multiScroll: true
xterm*toolBar: false
XTerm*background: black
XTerm*foreground: gray
XTerm*title: terminal
XTerm*saveLines: 1024
xterm*decTerminalID: vt340
xterm*numColorRegisters: 256
xterm*sixelScrolling: 1
xterm*sixelScrollsRight: 1

UXft*antialias: true
UXft*autohint: true
UXTerm*background: #002b36
UXTerm*foreground: #839496
UXTerm*cursorColor: grey
UXTerm.vt100.geometry: 84x25+150
UXTerm*faceName: Monospace Regular 
UXTerm*faceSize: 8
Attachments
Снимок экрана.png
Снимок экрана.png (35.47 KiB) Viewed 185 times

Vanilla Dpup 9.2.X - KLV-Airedale - KLA-OT2
PUPPY LINUX Simple fast free

Post Reply

Return to “KL-Dev_Work”