Collin J. Doering
b3b095701f
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>
10 lines
238 B
Desktop File
10 lines
238 B
Desktop File
[Desktop Entry]
|
|
Name=transmission-remote
|
|
Exec=transmission-remote -a %u
|
|
Icon=transmission
|
|
Terminal=false
|
|
Type=Application
|
|
Categories=Network;FileTransfer;P2P;
|
|
StartupNotify=false
|
|
MimeType=application/x-bittorrent;x-scheme-handler/magnet;
|