From a39e4edb8efc44c7d7910b6fe857ffc5b25bb7b2 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Mon, 16 Jan 2023 16:11:40 -0500 Subject: [PATCH] X11: Pilot xterm(1) as primary terminal --- .Xresources | 30 ++++++++++++++++++++++++++++++ .cwmrc | 1 - Makefile | 3 ++- 3 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 .Xresources diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..2c51fcb --- /dev/null +++ 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 index 187667e..6f80217 100644 --- 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 index b01ea9b..3fed25c 100644 --- 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) -- libgit2 1.1.1