Commit Graph

4 Commits

Author SHA1 Message Date
Collin J. Doering 5f3173ff64 Fix tmux keybindings
- rebind clock-mode to "<prefix> T" to free up "<prefix> t"
- bind "<prefix> t" to send-prefix so that <prefix> can be sent to
  underlying applications

As a reminder, the current prefix remains C-t

Signed-off-by: Collin J. Doering <rekahsoft@gmail.com>
2015-01-14 05:12:44 -05:00
Collin J. Doering a9d362f8db Use emacs for IRC in place of weechat
Wanted to switch to emacs for irc as it requires a lot of text typing
and manipulation. Anyways after trying ERC and rcirc I decided to go
with rcirc as I was having issues with ERC connecting to a username for
no reason on freenode (username "codeblock"). Anyways there is still
some residual elisp (commented) out for setting up ERC which is no
longer needed and will be cleaned up in a later commit.

In .tmux.conf start emacs instead of weechat.
Note: it would be nice to be able to have emacs open to a particular
buffer if its open or maybe have emacs remember a window layout for irc
chat

In .emacs.d/themes/manoj-transparent.el make ERC fit my mode-line theme.
This isn't really needed but won't hurt to stay if I ever choose to
switch to ERC for whatever reason.

See:
 [1]: https://www.youtube.com/watch?v=7WJCnC5ebf4&list=UU6107grRI4m0o2-emgoDnAA
 [2]: http://www.emacswiki.org/emacs/ERC
 [3]: http://www.emacswiki.org/emacs/InternetRelayChat

Signed-off-by: Collin J. Doering <rekahsoft@gmail.com>
2015-01-14 05:12:44 -05:00
Collin J. Doering b3b095701f Various minor changes and missed fixes
Missed adding authinfo for mbsync along with .bin/isync-auth.sh which uses
gpg to decrypt the mbsync authinfo file and return the password for a
given account. This new authinfo is required because it uses a slightly
different format then the one use for gnus and offlineimap (both of
which are now depreciated and will soon be removed).
Also missed adding mbsync configuration (.mbsyncrc).

Missed adding emacs bookmark file .emacs.d/bookmarks

Added .local/share/applications/transmission-remote.desktop so it can be
set as the default application for torrents and magnet links when using xdg-open

Fixed key binding for url-picker (Urxvt) in .Xresources where there was
a missing colon

Added support for 256 color mimicry in tmux (which doesn't support true
256 colors) (in .xmonad/xmonad.hs when opening emacs-scratch and .tmux.conf)

Signed-off-by: Collin J. Doering <rekahsoft@gmail.com>
2015-01-14 05:12:43 -05:00
Collin J. Doering bbb41c023c Various minor changes
* 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>
2015-01-14 05:12:43 -05:00