From a37331d3ba4966730b7b7af30a1c70e84f7d80b1 Mon Sep 17 00:00:00 2001 From: crims0n Date: Thu, 24 Jun 2021 14:32:52 +0300 Subject: [PATCH] fix xterm look --- .vscode/settings.json | 3 --- .../02-xorg/rootcopy/etc/skel/.Xresources | 26 ++++++++++--------- .../02-xorg/rootcopy/etc/skel/.blackbox-menu | 1 - .../02-xorg/rootcopy/etc/skel/.xinitrc | 1 + .../02-xorg/rootcopy/home/live/.Xresources | 26 ++++++++++--------- .../02-xorg/rootcopy/home/live/.blackbox-menu | 1 - .../02-xorg/rootcopy/home/live/.xinitrc | 1 + .../modules/02-xorg/rootcopy/root/.Xresources | 26 ++++++++++--------- .../02-xorg/rootcopy/root/.blackbox-menu | 1 - .../modules/02-xorg/rootcopy/root/.xinitrc | 1 + .../rootcopy/etc/skel/.xinitrc | 2 ++ .../rootcopy/home/live/.xinitrc | 2 ++ .../03-xfce-desktop/rootcopy/root/.xinitrc | 2 ++ 13 files changed, 51 insertions(+), 42 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 28cd24c..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "vscodeGoogleTranslate.preferredLanguage": "English" -} \ No newline at end of file diff --git a/linux-live/modules/02-xorg/rootcopy/etc/skel/.Xresources b/linux-live/modules/02-xorg/rootcopy/etc/skel/.Xresources index 2d6d0a3..a6d2cc5 100644 --- a/linux-live/modules/02-xorg/rootcopy/etc/skel/.Xresources +++ b/linux-live/modules/02-xorg/rootcopy/etc/skel/.Xresources @@ -4,27 +4,29 @@ ! gentoo has a bug so that it doesnt read it when X starts, so add above ! command to /etc/xfce4/xinitrc (top) and be happy. +XTerm*termName: xterm-256color XTerm*foreground: white XTerm*background: rgb:22/22/22 XTerm*cursorColor: rgb:00/ff/00 XTerm*borderColor: black XTerm*scrollColor: black XTerm*visualBell: true -XTerm*saveLines: 50000 -XTerm*allowSendEvents: True +XTerm*saveLines: 1000 +XTerm*allowSendEvents: true XTerm*sessionMgt: false +XTerm*scrollBar: true XTerm*rightScrollBar: true -XTerm*eightBitInput: false -XTerm*faceName:fixed:size=11 -XTerm*boldFont:fixed:size=11 +XTerm*eightBitInput: false +XTerm*faceName: DejaVu Sans Mono: size=9 +XTerm*boldFont: DejaVu Sans Mono Bold: size=9 +XTerm*renderFont: true XTerm*activeIcon: true XTerm*iconPixmap: /usr/share/icons/locolor/16x16/apps/xterm.xbm XTerm*fullscreen: never - -Xft.antialias: true -Xft.hinting: true -Xft.hintstyle: hintfull -Xft.lcdfilter: lcdlegacy -Xft.rgba: rgb - XTerm*selectToClipboard: true +Xft.dpi: 96 +Xft.antialias: true +Xft.hinting: true +Xft.hintstyle: hintlight +Xft.lcdfilter: lcddefault +Xft.rgba: rgb \ No newline at end of file diff --git a/linux-live/modules/02-xorg/rootcopy/etc/skel/.blackbox-menu b/linux-live/modules/02-xorg/rootcopy/etc/skel/.blackbox-menu index df8a870..093ae2a 100644 --- a/linux-live/modules/02-xorg/rootcopy/etc/skel/.blackbox-menu +++ b/linux-live/modules/02-xorg/rootcopy/etc/skel/.blackbox-menu @@ -1,5 +1,4 @@ [begin] ( Menu ) [exec] (Terminal) { xterm -ls -title Terminal } - [exec] (Web browser) { chromium } [exit] (Exit) [end] diff --git a/linux-live/modules/02-xorg/rootcopy/etc/skel/.xinitrc b/linux-live/modules/02-xorg/rootcopy/etc/skel/.xinitrc index edbc039..5118998 100644 --- a/linux-live/modules/02-xorg/rootcopy/etc/skel/.xinitrc +++ b/linux-live/modules/02-xorg/rootcopy/etc/skel/.xinitrc @@ -1 +1,2 @@ +xrdb -merge .Xresources blackbox \ No newline at end of file diff --git a/linux-live/modules/02-xorg/rootcopy/home/live/.Xresources b/linux-live/modules/02-xorg/rootcopy/home/live/.Xresources index 2d6d0a3..a6d2cc5 100644 --- a/linux-live/modules/02-xorg/rootcopy/home/live/.Xresources +++ b/linux-live/modules/02-xorg/rootcopy/home/live/.Xresources @@ -4,27 +4,29 @@ ! gentoo has a bug so that it doesnt read it when X starts, so add above ! command to /etc/xfce4/xinitrc (top) and be happy. +XTerm*termName: xterm-256color XTerm*foreground: white XTerm*background: rgb:22/22/22 XTerm*cursorColor: rgb:00/ff/00 XTerm*borderColor: black XTerm*scrollColor: black XTerm*visualBell: true -XTerm*saveLines: 50000 -XTerm*allowSendEvents: True +XTerm*saveLines: 1000 +XTerm*allowSendEvents: true XTerm*sessionMgt: false +XTerm*scrollBar: true XTerm*rightScrollBar: true -XTerm*eightBitInput: false -XTerm*faceName:fixed:size=11 -XTerm*boldFont:fixed:size=11 +XTerm*eightBitInput: false +XTerm*faceName: DejaVu Sans Mono: size=9 +XTerm*boldFont: DejaVu Sans Mono Bold: size=9 +XTerm*renderFont: true XTerm*activeIcon: true XTerm*iconPixmap: /usr/share/icons/locolor/16x16/apps/xterm.xbm XTerm*fullscreen: never - -Xft.antialias: true -Xft.hinting: true -Xft.hintstyle: hintfull -Xft.lcdfilter: lcdlegacy -Xft.rgba: rgb - XTerm*selectToClipboard: true +Xft.dpi: 96 +Xft.antialias: true +Xft.hinting: true +Xft.hintstyle: hintlight +Xft.lcdfilter: lcddefault +Xft.rgba: rgb \ No newline at end of file diff --git a/linux-live/modules/02-xorg/rootcopy/home/live/.blackbox-menu b/linux-live/modules/02-xorg/rootcopy/home/live/.blackbox-menu index df8a870..093ae2a 100644 --- a/linux-live/modules/02-xorg/rootcopy/home/live/.blackbox-menu +++ b/linux-live/modules/02-xorg/rootcopy/home/live/.blackbox-menu @@ -1,5 +1,4 @@ [begin] ( Menu ) [exec] (Terminal) { xterm -ls -title Terminal } - [exec] (Web browser) { chromium } [exit] (Exit) [end] diff --git a/linux-live/modules/02-xorg/rootcopy/home/live/.xinitrc b/linux-live/modules/02-xorg/rootcopy/home/live/.xinitrc index edbc039..5118998 100644 --- a/linux-live/modules/02-xorg/rootcopy/home/live/.xinitrc +++ b/linux-live/modules/02-xorg/rootcopy/home/live/.xinitrc @@ -1 +1,2 @@ +xrdb -merge .Xresources blackbox \ No newline at end of file diff --git a/linux-live/modules/02-xorg/rootcopy/root/.Xresources b/linux-live/modules/02-xorg/rootcopy/root/.Xresources index 2d6d0a3..a6d2cc5 100644 --- a/linux-live/modules/02-xorg/rootcopy/root/.Xresources +++ b/linux-live/modules/02-xorg/rootcopy/root/.Xresources @@ -4,27 +4,29 @@ ! gentoo has a bug so that it doesnt read it when X starts, so add above ! command to /etc/xfce4/xinitrc (top) and be happy. +XTerm*termName: xterm-256color XTerm*foreground: white XTerm*background: rgb:22/22/22 XTerm*cursorColor: rgb:00/ff/00 XTerm*borderColor: black XTerm*scrollColor: black XTerm*visualBell: true -XTerm*saveLines: 50000 -XTerm*allowSendEvents: True +XTerm*saveLines: 1000 +XTerm*allowSendEvents: true XTerm*sessionMgt: false +XTerm*scrollBar: true XTerm*rightScrollBar: true -XTerm*eightBitInput: false -XTerm*faceName:fixed:size=11 -XTerm*boldFont:fixed:size=11 +XTerm*eightBitInput: false +XTerm*faceName: DejaVu Sans Mono: size=9 +XTerm*boldFont: DejaVu Sans Mono Bold: size=9 +XTerm*renderFont: true XTerm*activeIcon: true XTerm*iconPixmap: /usr/share/icons/locolor/16x16/apps/xterm.xbm XTerm*fullscreen: never - -Xft.antialias: true -Xft.hinting: true -Xft.hintstyle: hintfull -Xft.lcdfilter: lcdlegacy -Xft.rgba: rgb - XTerm*selectToClipboard: true +Xft.dpi: 96 +Xft.antialias: true +Xft.hinting: true +Xft.hintstyle: hintlight +Xft.lcdfilter: lcddefault +Xft.rgba: rgb \ No newline at end of file diff --git a/linux-live/modules/02-xorg/rootcopy/root/.blackbox-menu b/linux-live/modules/02-xorg/rootcopy/root/.blackbox-menu index df8a870..093ae2a 100644 --- a/linux-live/modules/02-xorg/rootcopy/root/.blackbox-menu +++ b/linux-live/modules/02-xorg/rootcopy/root/.blackbox-menu @@ -1,5 +1,4 @@ [begin] ( Menu ) [exec] (Terminal) { xterm -ls -title Terminal } - [exec] (Web browser) { chromium } [exit] (Exit) [end] diff --git a/linux-live/modules/02-xorg/rootcopy/root/.xinitrc b/linux-live/modules/02-xorg/rootcopy/root/.xinitrc index edbc039..5118998 100644 --- a/linux-live/modules/02-xorg/rootcopy/root/.xinitrc +++ b/linux-live/modules/02-xorg/rootcopy/root/.xinitrc @@ -1 +1,2 @@ +xrdb -merge .Xresources blackbox \ No newline at end of file diff --git a/linux-live/modules/03-xfce-desktop/rootcopy/etc/skel/.xinitrc b/linux-live/modules/03-xfce-desktop/rootcopy/etc/skel/.xinitrc index 73d08eb..41eda7a 100644 --- a/linux-live/modules/03-xfce-desktop/rootcopy/etc/skel/.xinitrc +++ b/linux-live/modules/03-xfce-desktop/rootcopy/etc/skel/.xinitrc @@ -11,4 +11,6 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then unset f fi +xrdb -merge .Xresources + exec xfce4-session \ No newline at end of file diff --git a/linux-live/modules/03-xfce-desktop/rootcopy/home/live/.xinitrc b/linux-live/modules/03-xfce-desktop/rootcopy/home/live/.xinitrc index 73d08eb..41eda7a 100644 --- a/linux-live/modules/03-xfce-desktop/rootcopy/home/live/.xinitrc +++ b/linux-live/modules/03-xfce-desktop/rootcopy/home/live/.xinitrc @@ -11,4 +11,6 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then unset f fi +xrdb -merge .Xresources + exec xfce4-session \ No newline at end of file diff --git a/linux-live/modules/03-xfce-desktop/rootcopy/root/.xinitrc b/linux-live/modules/03-xfce-desktop/rootcopy/root/.xinitrc index 73d08eb..41eda7a 100644 --- a/linux-live/modules/03-xfce-desktop/rootcopy/root/.xinitrc +++ b/linux-live/modules/03-xfce-desktop/rootcopy/root/.xinitrc @@ -11,4 +11,6 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then unset f fi +xrdb -merge .Xresources + exec xfce4-session \ No newline at end of file