Page 1 of 1

Making the XTerm and UXterm Pretty

Posted: Sat May 13, 2023 1:15 pm
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


Re: Making the XTerm and UXterm Pretty

Posted: Sat May 13, 2023 1:51 pm
by geo_c

Ranger looks pretty nice that way in uxterm:

Image


Re: Making the XTerm and UXterm Pretty

Posted: Sat May 13, 2023 1:59 pm
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

Re: Making the XTerm and UXterm Pretty

Posted: Sat May 13, 2023 2:27 pm
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

Re: Making the XTerm and UXterm Pretty

Posted: Sun Dec 10, 2023 4:42 pm
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