Key changes include:
* finally have multiple smtp accounts working with gnu/emacs!
* using dunst (a notification-daemon)
* fixes to mpd's service files mpd.{service,socket} to allow for socket
activation via dbus/systemd
.authinfo.gpg:
* now holds the information for all my email accounts
.bashrc:
* set LANG and LC_MESSAGE variables
.bin/xmonadClose.sh:
* added support for restart which was missed but trivial to implement
.config/dunst/dunstrc:
* slightly modified version of skeletal dunstrc provided by the dunst package
.config/mc/ini:
* automatic changes made by mc
.config/mc/panels.ini:
* deleted; no need to keep this in the git repo since it is modified automatically
by mc to save the panel's state/s
.config/systemd/user/dunst.service:
* a service file to manage dunst - a customizable and lightweight notification-daemon
.config/systemd/user/mpd.service:
* now uses socket activation to allow mpd to be used over the network (via mpd.socket)
.config/systemd/user/mpd.socket:
* a socket file denoting what port/s to open when mpd.service is run
.emacs:
* disable pastebin extension because pastebin is a insane and the api has changed
* set the mail function to smtpmain-send-it
.emacs.d/themes/manoj-transparent-theme.el:
* fixed minor error caused by using "nill" in place of nil
* change the marked text background color from blue to gray19
.gitconfig:
* set default name
* set some fancy colors
.gnus:
* finally now supports multiple smtp accounts!
* some minor cleanup
* disabled gnus daemon until i spend some time looking into its uses
.local/share/mc/skins/gotar-mod.ini:
* set the background of the currently selected file to gray in place of
default (transparent) so that in transparent terminals the currently selected
file is noticeably highlighted
.mpdconf:
* no real changes; comments
.ncmpcpp/config:
* added support for notification using notify-send (libnotify and dunst)
.screenrc:
* set 256 bit color for urxvt
.xinitrc:
* set GENERAL_SCREEN instead of exporting it
* shrink the case expression responsible for determining which wm to launch
.xmonad/xmonad.hs:
* doMaxFloat pavucontrol instead of doFullFloat
.zshrc:
* set LANG and LC_MESSAGE variables
* added support to temporarily disable unclutter when running a command
* now the alias 'qemu' disables unclutter before running qemu with kvm enabled
* TODO: find commonalities between .bashrc and .zshrc and create a second shell
script that does the common tasks; then the new shell script can be
sourced from either .bashrc or .zshrc
Signed-off-by: Collin J. Doering <rekahsoft@gmail.com>