diff options
-rw-r--r-- | bashrc | 2 | ||||
-rw-r--r-- | config/sxhkd/sxhkdrc | 9 | ||||
-rw-r--r-- | msmtprc | 13 | ||||
-rw-r--r-- | muttrc | 4 | ||||
-rwxr-xr-x | xinitrc | 6 |
5 files changed, 21 insertions, 13 deletions
@@ -116,7 +116,7 @@ fi shopt -s autocd shopt -s cdspell -export GPGKEY="895134C5" +export GPGKEY="B54608CC" export PATH="$HOME/bin:$HOME/bin/perl6:$PATH" export EDITOR="vim" export PENTADACTYL_RUNTIME="$HOME/.pentadactyl" diff --git a/config/sxhkd/sxhkdrc b/config/sxhkd/sxhkdrc index 5cb8025..d7baf7d 100644 --- a/config/sxhkd/sxhkdrc +++ b/config/sxhkd/sxhkdrc @@ -168,19 +168,16 @@ grave ; y ; {1-9} grave ; y ; y ~/.ratpoison/clipboard menu_set -grave ; shift + p - xclip -o | curl -F 'sprunge=<-' http://sprunge.us | xclip - # -# Sprunge and Imgur hotkeys +# Paste and Image share hotkeys # grave ; P - xclip -o | curl -F 'sprunge=<-' http://sprunge.us | xclip + exec ~/bin/safepaste grave; g - exec ~/bin/imgur + exec ~/bin/safeimg # # music control # @@ -1,3 +1,14 @@ +account default +host skozl.com +port 587 +protocol smtp +auth on +from v@skozl.com +user v@skozl.com +tls on +tls_trust_file /etc/ssl/certs/ca-certificates.crt + + account bitmessage host mail.bitmessage.ch port 465 @@ -9,7 +20,7 @@ tls on tls_starttls off tls_nocertcheck -account default +account gmail host smtp.gmail.com port 587 protocol smtp @@ -8,7 +8,7 @@ source $alias_file #Offline Imap config set mbox_type = Maildir -set sendmail = ~/bin/mail +set sendmail = /usr/bin/msmtp set folder = ~/.mail/ set spoolfile = "+dove/INBOX" @@ -27,7 +27,7 @@ macro index S \ "mark message as spam" # Dove conf -set from = "vasko@wherewe.servebeer.com" +set from = "v@skozl.com" set realname = "Vasil Zlatanov" # Change the following line to a different editor you prefer. @@ -37,8 +37,8 @@ wmname LG3D ~/.ratpoison/clipboard init #Run dropbox -dropboxd & -~/bin/mountsecure +#dropboxd & +#~/bin/mountsecure # Allow user to edit brightness sudo /usr/bin/brightchown @@ -145,7 +145,7 @@ fi # windows 1: screen notebok if [ $run_everything = true -o $run_workspace = 5 ]; then $workspace ^4 - cd $HOME/Dropbox/notes + cd $HOME/Sync/notes # $xtoolwait $term $screen_run school fi # |