From 0c71134f2ff2ed788434b99674654306ee7eca24 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Thu, 9 Apr 2015 18:41:38 +0200 Subject: vps --- bashrc | 2 +- msmtprc | 13 ++++++++++++- muttrc | 4 ++-- xinitrc | 6 +++--- 4 files changed, 18 insertions(+), 7 deletions(-) diff --git a/bashrc b/bashrc index c554c9a..fed088c 100644 --- a/bashrc +++ b/bashrc @@ -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/msmtprc b/msmtprc index 74aa1fa..297afde 100644 --- a/msmtprc +++ b/msmtprc @@ -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 diff --git a/muttrc b/muttrc index 8990b1f..30aff3b 100644 --- a/muttrc +++ b/muttrc @@ -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. diff --git a/xinitrc b/xinitrc index 789e6f7..99b9050 100755 --- a/xinitrc +++ b/xinitrc @@ -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 # -- cgit v1.2.3-54-g00ecf From ededf43f7746f1bb98555c4e0dc594b40e5a8266 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Thu, 9 Apr 2015 19:50:00 +0200 Subject: new imgur and pastie --- config/sxhkd/sxhkdrc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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 # -- cgit v1.2.3-54-g00ecf