Setup the following in .zshrc and bashrc:
- update path putting paths with form ~/* before others to make them
higher priority
- setup gpg agent
- disabled keychain
Signed-off-by: Collin J. Doering <rekahsoft@gmail.com>
.Xresources
- use smyck color scheme
.config/zathura/zathurarc
- add key bindings for switching between the number of pages-per-row
.mpdconf && .ncmpcpp/config
- switched location of music
.xinitrc
- scroll lock key toggles keymap between US and dvorak
.xmonad/xmonad.hs
- change border colors
- add spacing around windows
Signed-off-by: Collin J. Doering <rekahsoft@gmail.com>
* renamed .Xdefaults to .Xresources
* replaced screen with tmux
* added a darken function to .conkerorrc
* added some new eshell alias'
* added some new templates for emacs
* cleaned up .xinitrc
* .xmonad/
* added circle layout
* added convince key binding Mod-grave which is the same thing as
Mod-ESC
* made emacs-scratch open in tmux session
Signed-off-by: Collin J. Doering <rekahsoft@gmail.com>
Notable changes include:
* .Xdefaults:
- added comments
- switched from url-select to url-picker (for urxvt)
* .bashrc: added some alias' and changed PATH
* .bin/vol.sh: *depreciated*
* .bin/xmonadClose.sh: added experimental timed-action support
* .config/dunst/dunstrc:
- changed transparency to 15%
- issue with getting "follow = v" to work; where v = mouse or keyboard
* .config/systemd/user/emacs.service:
- added a Environment property because it is required with a recent(ish?) update of systemd
* .config/systemd/user/xbindkeys.service:
- added Environment property
- made ExecStart more specific
* .conkerorrc:
- added support for magnet urls
- added firebug-lite support
* .emacs:
- disabled tabs
- enabled column-number-mode
* .ghci: added ghci config file
* .gnus: Many changes to make gnus more usable as a email client (multiple
email support)
* .mpdconf: added password for admin and control access
* .ncmpcpp/config: use new mpd password
* .screenrc: use weechat in place of irssi
* .xbindkeysrc:
- use new mpd password
- pulseaudio_ctl merged with pulseaudio-ctl in AUR. Now using the new version *BROKEN*
* .xinitrc: running "systemd --user" is depreciated (automatically run by logind)
* .xmobarrc: use DynNetwork in place of Network
* .xmonad/xmonad.hs: code clean-up
* .zshrc:
- added new function 'disable_unit_run' which can be used to run a program temporarily
disabling a systemd user unit file
- added alias'
- changed PATH
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>
.conkerorrc:
added password management system implemented by XUL Runner (still needs to be tested)
.emacs:
added use of new extension "pastebin.el" (not available from arch repos & AUR)
added elisp template for automatic insertion on new files that end in '.el'
added the function 'open-scratch-buffer' which either switches to the current scratch buffer
or if one doesn't exist creates one, inserts the normal scratch message at the top and enables lisp-interaction-mode
added the new function 'toggle-window-split' curtiousy of http://www.emacswiki.org which toggles the orientation of window
splitting between two adjacent windows (either horizontal and verticle)
bound the function 'toggle-window-split' to "C-x 4 t"
stop the annoying startup screen from being displayed
.ncmpcpp/config:
new file added to config used to control ncmpcpp's settings
.xmonad/xmonad.hs:
simply fixed a formatting error not relating to syntax..removed empty space at the end of a line
Signed-off-by: Collin Doering <rekahsoft@gmail.com>