commit 5cdf58e9d5b73d1e7e4a84be72fc636dd8613904 from: Isabella date: Thu May 15 11:39:37 2025 UTC Code cleanup: Update .Xresources for xterm and remove urxvt support and remove .Xresources_mac commit - 80f63ecb7aab6ba8a0482898b66cf6fe2e7cefa9 commit + 5cdf58e9d5b73d1e7e4a84be72fc636dd8613904 blob - 204aa53967db08853b3404f5c68e9e6762d1a7ef blob + f025c88798e3e88573fd0c3d16efc9a4d9c4eb83 --- .Xresources +++ .Xresources @@ -1,94 +1,74 @@ -! __ __ -! \ \ / / -! \ V / _ __ ___ ___ ___ _ _ _ __ ___ ___ ___ +! __ __ +! \ \ / / +! \ V / _ __ ___ ___ ___ _ _ _ __ ___ ___ ___ ! > < | '__/ _ \/ __|/ _ \| | | | '__/ __/ _ \/ __| ! _ / . \| | | __/\__ \ (_) | |_| | | | (_| __/\__ \ ! (_)_/ \_\_| \___||___/\___/ \__,_|_| \___\___||___/ -! -! +! -!-------------------------------------------------------------------------------- -! Xft settings: | -!-------------------------------------------------------------------------------- +!------------------------------- +! Xft settings: | +!------------------------------- -Xft.dpi: 96 -Xft.autohint: 0 -Xft.lcdfilter: lcddefault -Xft.hintstyle: hintfull -Xft.hinting: 1 -Xft.antialias: 1 -Xft.rgba: rgb +Xft.dpi: 96 +Xft.autohint: 0 +Xft.lcdfilter: lcddefault +Xft.hintstyle: hintfull +Xft.hinting: 1 +Xft.antialias: 1 +Xft.rgba: rgb -!-------------------------------------------------------------------------------- -! URxvt settings: | | -!-------------------------------------------------------------------------------- - -URxvt.depth: 32 -URxvt.geometry: 84x32 -URxvt.transparent: 0 -URxvt.fading: 0 -! URxvt.urgentOnBell: 1 -! URxvt.visualBell: 1 -URxvt.loginShell: 1 -URxvt.saveLines: 60 -URxvt.internalBorder: 2 -URxvt.lineSpace: 0 - -! Fonts. -URxvt.allow_bold: 0 -/* URxvt.font: -*-terminus-medium-r-normal-*-12-120-72-72-c-60-iso8859-1 */ -URxvt*font: xft:Monospace:pixelsize=11 -URxvt*boldFont: xft:Monospace:pixelsize=11 - -! Fix font space. -URxvt*letterSpace: -1 - +!------------------------------ +! Xterm settings. | +!------------------------------ +xterm*loginShell: true +XTerm.vt100.faceName: DejaVu Mono:size=10:antialias=true +XTerm.vt100.faceSize: 10 +XTerm.termName: xterm-256color +! UTF-8. +XTerm.vt100.locale: false +XTerm.vt100.utf8: true +! Scollback lines. +XTerm.vt100.saveLines: 4096 +! Geometry. +XTerm.vt100.geometry: 80x24 ! Scrollbar. -URxvt.scrollStyle: rxvt -URxvt.scrollBar: 0 +XTerm.vt100.scrollBar: false +! Delete key. +XTerm*deleteIsDEL: false -! Perl extensions. -URxvt.perl-ext-common: default,matcher -URxvt.matcher.button: 1 -URxvt.urlLauncher: firefox-esr +!------------------------------ +! Terminal colours. | +!------------------------------ +*background: #030007 +*foreground: #00dd00 +!*fading: 40 +!*fadeColor: #880000 +*cursorColor: #880000 +*pointerColorBackground: #586e75 +*pointerColorForeground: #93a1a1 -! Cursor. -URxvt.cursorBlink: 0 -URxvt.cursorColor: #00ee00 -URxvt.cursorUnderline: 0 +!*color1: #073642 +!*color2: #073642 +!*color3: #073642 +!*color4: #073642 +!*color5: #073642 +!*color6: #073642 +!*color7: #073642 +!*color8: #073642 +!*color9: #073642 -! Pointer. -URxvt.pointerBlank: 1 - -*background: #030007 -*foreground: #00dd00 -!!*fading: 40 -*fadeColor: #880000 -*cursorColor: #880000 -*pointerColorBackground: #586e75 -*pointerColorForeground: #93a1a1 - -! *color1: #073642 -! *color2: #073642 -! *color3: #073642 -! *color4: #073642 -! *color5: #073642 -! *color6: #073642 -! *color7: #073642 -! *color8: #073642 -! *color9: #073642 - ! green -*color10: #228822 +*color10: #228822 -! *color11: #073642 +! *color11: #073642 ! blue -*color12: #004088 +*color12: #004088 -! *color13: #073642 +! *color13: #073642 ! cyan -*color14: #006088 +*color14: #006088 -! *color15: #073642 +! *color15: #073642 blob - b1373e56c19769b771b19001a070abbe77fe22ed (mode 644) blob + /dev/null --- .Xresources_mac +++ /dev/null @@ -1,94 +0,0 @@ -! __ __ -! \ \ / / -! \ V / _ __ ___ ___ ___ _ _ _ __ ___ ___ ___ -! > < | '__/ _ \/ __|/ _ \| | | | '__/ __/ _ \/ __| -! _ / . \| | | __/\__ \ (_) | |_| | | | (_| __/\__ \ -! (_)_/ \_\_| \___||___/\___/ \__,_|_| \___\___||___/ -! -! - -!-------------------------------------------------------------------------------- -! Xft settings: | -!-------------------------------------------------------------------------------- - -Xft.dpi: 227 -Xft.autohint: 0 -Xft.lcdfilter: lcddefault -Xft.hintstyle: hintfull -Xft.hinting: 1 -Xft.antialias: 1 -Xft.rgba: rgb - -!-------------------------------------------------------------------------------- -! URxvt settings: | | -!-------------------------------------------------------------------------------- - -URxvt.depth: 32 -URxvt.geometry: 84x32 -URxvt.transparent: 0 -URxvt.fading: 0 -! URxvt.urgentOnBell: 1 -! URxvt.visualBell: 1 -URxvt.loginShell: 1 -URxvt.saveLines: 60 -URxvt.internalBorder: 2 -URxvt.lineSpace: 0 - -! Fonts. -URxvt.allow_bold: 0 -/* URxvt.font: -*-terminus-medium-r-normal-*-12-120-72-72-c-60-iso8859-1 */ -URxvt*font: xft:Monospace:pixelsize=20 -URxvt*boldFont: xft:Monospace:pixelsize=20 - -! Fix font space. -URxvt*letterSpace: -1 - -! Scrollbar. -URxvt.scrollStyle: rxvt -URxvt.scrollBar: 0 - -! Perl extensions. -URxvt.perl-ext-common: default,matcher -URxvt.matcher.button: 1 -URxvt.urlLauncher: firefox-esr - -! Cursor. -URxvt.cursorBlink: 0 -URxvt.cursorColor: #004400 -URxvt.cursorUnderline: 1 - -! Pointer. -URxvt.pointerBlank: 1 - -*background: #000000 -*foreground: #006600 -!!*fading: 40 -*fadeColor: #880000 -*cursorColor: #880000 -*pointerColorBackground: #586e75 -*pointerColorForeground: #93a1a1 - -! *color1: #073642 -! *color2: #073642 -! *color3: #073642 -! *color4: #073642 -! *color5: #073642 -! *color6: #073642 -! *color7: #073642 -! *color8: #073642 -! *color9: #073642 - -! green -*color10: #228822 - -! *color11: #073642 - -! blue -*color12: #004088 - -! *color13: #073642 - -! cyan -*color14: #006088 - -! *color15: #073642