commit a39e4edb8efc44c7d7910b6fe857ffc5b25bb7b2 (patch)
parent c7805e49b87b8cb6b621f6f7f0e32394dd1b448e
Author: Alex Karle <alex@alexkarle.com>
Date: Mon, 16 Jan 2023 16:11:40 -0500
X11: Pilot xterm(1) as primary terminal
Diffstat:
3 files changed, 32 insertions(+), 2 deletions(-)
diff --git a/.Xresources b/.Xresources
@@ -0,0 +1,30 @@
+!! ~/.Xresources
+!!
+!! to update: $ xrdb -merge ~/.Xresources
+
+! XTerm config
+XTerm*termName: xterm-256color
+XTerm*faceName: GoMono-12:style=regular:antialias=true:autohint=true
+XTerm*metaSendsEscape: true
+
+! acme(1) inspired colorscheme
+XTerm*foreground: black
+XTerm*background: #ffffea
+! bold != bright (use 0-7 instead of 8-15)
+XTerm*boldColors: false
+XTerm*color0: #000000
+XTerm*color1: #ad4f4f
+XTerm*color2: #468747
+XTerm*color3: #8f7734
+XTerm*color4: #268bd2
+XTerm*color5: #888aca
+XTerm*color6: #6aa7a8
+XTerm*color7: #f3f3d3
+XTerm*color8: #878781
+XTerm*color9: #ffdddd
+XTerm*color10: #ebffeb
+XTerm*color11: #edeea5
+XTerm*color12: #ebffff
+XTerm*color13: #96d197
+XTerm*color14: #a1eeed
+XTerm*color15: #ffffeb
diff --git a/.cwmrc b/.cwmrc
@@ -1,7 +1,6 @@
# .cwmrc -- cwm(1) config
# Settings/Commands
-command term /usr/local/bin/st
command firefox /usr/local/bin/firefox
# Bindings
diff --git a/Makefile b/Makefile
@@ -1,6 +1,7 @@
# Makefile -- to compile and install dotfiles
ALL = .cwmrc .exrc .gitconfig .mbsyncrc .shrc .tmux.conf .xsession \
- .mailcap .muttrc .config/nvim .mblaze .csirc .ed_inputrc .inputrc
+ .mailcap .muttrc .config/nvim .mblaze .csirc .ed_inputrc .inputrc \
+ .Xresources
# CURDIR is gmake, .CURDIR is bmake. One will exist!
DOTS = $(CURDIR)$(.CURDIR)