From 4f042d9c092370793730b08adc16fd53c4dd03f7 Mon Sep 17 00:00:00 2001 From: ensa Date: Fri, 15 May 2020 21:54:43 -0700 Subject: wal removed, X11 files added, shrc/user-dirs.dirs revamped bin/comm-sel: forced cordless to obey XDG_CONFIG_HOME bin/shenv: updated path to shrc config/ X11/ xprofile: files for preparing an X session just read the file xresources: resources for an X session good colors, xterm configuration cwmrc added autogroup for xterm changed term to xterm changed editor binding to not include kludge shrc now uses better home hierarchy read for details EDITOR changed to vise TERMINAL changed to xterm IRC_SERVERS_FILE now included PYTHONUSERBASE now included _JAVA_OPTIONS now included TERMINFO now included MAILCAPS now included most changes result in a cleaner ~ user-dirs.dirs all lines given directories in ~/share/xdg/ vis/ themes/fake256.lua made to look like vim's zellner theme on a 16color term visrc.lua sets colorscheme to the aforementioned wal/ removed all forgot to include some things, expect another commit in a couple minutes --- config/X11/xprofile | 23 ++++++++++++++++++ config/X11/xresources | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 88 insertions(+) create mode 100644 config/X11/xprofile create mode 100644 config/X11/xresources (limited to 'config/X11') diff --git a/config/X11/xprofile b/config/X11/xprofile new file mode 100644 index 0000000..224386b --- /dev/null +++ b/config/X11/xprofile @@ -0,0 +1,23 @@ +#!/bin/sh +. $HOME/etc/shrc +# set caps to escape when pressed and super when held +setxkbmap -option caps:super && xcape -e 'Super_L=Escape' +# disables the beeper +xset b off +# increases kbd repeat on hold +xset r rate 300 50 +# enables x colorscheme +xrdb -load $HOME_ETC/X11/xresources + +# set background +xbg & +# notification daemon +dunst & +# mouse vanishes when typing +unclutter -noevents & +# activate music daemon +mpd & +# and its scrobbler +mpdas -c $HOME_ETC/mpdasrc & +# remind user of important tasks +bother & diff --git a/config/X11/xresources b/config/X11/xresources new file mode 100644 index 0000000..1a306bf --- /dev/null +++ b/config/X11/xresources @@ -0,0 +1,65 @@ +! X colors. +*foreground: #b7a980 +*background: #14130e +*.foreground: #b7a980 +*.background: #14130e + +! Colors 0-15. +*.color0: #161510 +*color0: #161510 +*.color1: #a32810 +*color1: #a32810 +*.color2: #727a18 +*color2: #727a18 +*.color3: #a37720 +*color3: #a37720 +*.color4: #3d6266 +*color4: #3d6266 +*.color5: #7a4955 +*color5: #7a4955 +*.color6: #557a55 +*color6: #557a55 +*.color7: #8e8463 +*color7: #8e8463 +*.color8: #4c4635 +*color8: #4c4635 +*.color9: #cc3214 +*color9: #cc3214 +*.color10: #8e991e +*color10: #8e991e +*.color11: #cc9528 +*color11: #cc9528 +*.color12: #4c7b7f +*color12: #4c7b7f +*.color13: #995b6b +*color13: #995b6b +*.color14: #6b996b +*color14: #6b996b +*.color15: #ccbc8e +*color15: #ccbc8e + +! Black color that will not be affected by bold highlighting. +*.color66: #161510 +*color66: #161510 + +! XTerm config. +XTerm*faceName: Cozette:pixelsize=11 +XTerm*cursorColor: #72694f +XTerm*scrollBar: false +XTerm*vt100.Translations: #override \ + Alt Shift Y: insert-selection(PRIMARY) \n\ + Alt Shift V: insert-selection(CLIPBOARD) \n\ + Alt Shift C: copy-selection(CLIPBOARD) \n\ + Alt K: scroll-back(1,line) \n\ + Alt J: scroll-forw(1,line) \n\ + Alt U: scroll-back(1,halfpage) \n\ + Alt D: scroll-forw(1,halfpage) +XTerm*allowMouseOps: false +XTerm*useClipping: false + +! Xclock colors. +XClock*majorColor: rgba:cc/bc/8e/ff +XClock*minorColor: rgba:cc/bc/8e/ff +XClock*hourColor: rgba:cc/bc/8e/ff +XClock*minuteColor: rgba:cc/bc/8e/ff +XClock*secondColor: rgba:cc/bc/8e/ff -- cgit 1.4.1-2-gfad0