dotfiles

[void/arch] linux dotfiles
git clone git://git.mdnr.space/dotfiles
Log | Files | Refs

commit dd856048884f8a77ed2a11f4a73fdd55a839aa48
parent c91d7ef6f16d40c6a91b065d6ed22b419f5cf919
Author: mehdi-norouzi <mehdeenoroozi@gmail.com>
Date:   Mon, 12 Jun 2023 13:01:43 +0330

x: use xresources in startup

Diffstat:
Mx11/.config/x11/xprofile | 2+-
Mx11/.config/x11/xresources | 8+++++++-
2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/x11/.config/x11/xprofile b/x11/.config/x11/xprofile @@ -5,7 +5,7 @@ xrandr --dpi 96 # Set DPI. User may want to use a larger number for larger screens. setbg & # set the background with the `setbg` script -#xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources & xrdbpid=$! # Uncomment to use Xresources colors/settings on startup +xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources & xrdbpid=$! # Uncomment to use Xresources colors/settings on startup autostart="mpd xcompmgr dunst unclutter pipewire remapd" diff --git a/x11/.config/x11/xresources b/x11/.config/x11/xresources @@ -2,7 +2,7 @@ *.alpha: 0.8 !! Set a default font and font size as below: -*.font: monospace:size=10 +*.font: monospace:size=9 /* name dark light */ /* black 0 8 */ @@ -154,3 +154,9 @@ /* *.background: .color0 */ /* *.color256: 0#1d2021 */ /* *.color257: 15#ebdbb2 */ + +XTerm*background: black +XTerm*foreground: white +XTerm*renderFont: true +XTerm*faceName: JetBrainsMono +XTerm*faceSize: 9