From 0201cbe78d76769d96849510ef4998c5c8869598 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Thu, 6 Aug 2015 01:58:07 +0200 Subject: bug fixes --- config/sxhkd/sxhkdrc | 7 +++++-- mutt/crypto.rc | 11 +++++++---- muttrc | 12 ++++++++++-- rtorrent.rc | 6 +++--- tools/firesend | 2 +- tools/panel/audio_mon | 1 + tools/panel/icons | 23 +++++++++++++++++++++++ 7 files changed, 50 insertions(+), 12 deletions(-) create mode 100644 tools/panel/audio_mon create mode 100644 tools/panel/icons diff --git a/config/sxhkd/sxhkdrc b/config/sxhkd/sxhkdrc index e3a7464..6415c7c 100644 --- a/config/sxhkd/sxhkdrc +++ b/config/sxhkd/sxhkdrc @@ -137,6 +137,9 @@ super + u super + f firefox +super + v + vimb + super + s skype @@ -235,10 +238,10 @@ XF86KbdBrightnessDown # Keyboard layouts -super + q +super + Q setxkbmap us -super + c +super + C setxkbmap us -variant colemak # Password diff --git a/mutt/crypto.rc b/mutt/crypto.rc index 883687c..9b43636 100644 --- a/mutt/crypto.rc +++ b/mutt/crypto.rc @@ -28,17 +28,20 @@ set pgp_good_sign="^gpg: Good signature from" # if you want to use S-mime instead set the smime_is_default variable to yes # automatically sign all outgoing messages -set crypt_autosign +# set crypt_autosign # sign only replies to signed messages -#set crypt_replysign +set crypt_replysign # automatically encrypt outgoing messages -set crypt_autoencrypt=no +set crypt_autoencrypt=yes # encrypt only replies to signed messages -set crypt_replyencrypt=yes +#set crypt_replyencrypt=yes # encrypt and sign replies to encrypted messages set crypt_replysignencrypted=yes +# Use Y to not enrypt +macro compose Y pfy "send mail without GPG" + # automatically verify the sign of a message when opened set crypt_verify_sig=yes diff --git a/muttrc b/muttrc index 74cbf87..16537b4 100644 --- a/muttrc +++ b/muttrc @@ -2,8 +2,8 @@ source ~/.mutt/crypto.rc #Load aliases -set alias_file=$HOME/.mutt/aliases.txt -source $alias_file +#set alias_file=$HOME/.mutt/aliases.txt +#source $alias_file #Offline Imap config @@ -35,6 +35,14 @@ macro index D \ set from = "v@skozl.com" set realname = "Vasil Zlatanov" +# Save contact to CardDav +macro index,pager A "pycard-import" "add sender address to pycardsyncer" + +# Load from CardDav +set query_command="pc_query -m '%s'" + + + # Change the following line to a different editor you prefer. set editor = "vim" diff --git a/rtorrent.rc b/rtorrent.rc index 58101dc..f3fc391 100755 --- a/rtorrent.rc +++ b/rtorrent.rc @@ -81,13 +81,13 @@ encryption = require,allow_incoming,require_RC4 # "auto" (start and stop DHT as needed), or "on" (start DHT immediately). # The default is "off". For DHT to work, a session directory must be defined. # - dht = auto +dht = auto #dht = off # UDP port to use for DHT. # - dht_port = 6881 +dht_port = 6881 # Enable peer exchange (for torrents not marked private) # - peer_exchange = no +peer_exchange = yes diff --git a/tools/firesend b/tools/firesend index 6edcc61..d4e92ea 100755 --- a/tools/firesend +++ b/tools/firesend @@ -1,2 +1,2 @@ #!/bin/bash -$HOME/.tools/exec_to_workspace 2 firefox --new-tab $@ > /dev/null 2>&1 +$HOME/.tools/exec_to_workspace II vimb $@ > /dev/null 2>&1 diff --git a/tools/panel/audio_mon b/tools/panel/audio_mon new file mode 100644 index 0000000..1a1fa55 --- /dev/null +++ b/tools/panel/audio_mon @@ -0,0 +1 @@ +alsactl monitor | diff --git a/tools/panel/icons b/tools/panel/icons new file mode 100644 index 0000000..aa27523 --- /dev/null +++ b/tools/panel/icons @@ -0,0 +1,23 @@ + +# Icons +ICON_CLOCK='' +ICON_CAL='' +ICON_WIFI='' +ICON_PWR='' +ICON_DB='' +ICON_SQUARE='' +ICON_PREV='' +ICON_PAUSE='' +ICON_PLAY='' +ICON_NEXT='' +ICON_VOLUME_DOWN='' +ICON_VOLUME_UP='' +ICON_VOLUME_OFF='' +ICON_HPHONES='' +ICON_MUSIC='' +ICON_PLUG='' +ICON_FACE='' +ICON_PRIV='' +ICON_PUB='' +ICON_MAIL='' + -- cgit v1.2.3-54-g00ecf