diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-03-16 00:11:21 +0100 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-03-16 00:11:21 +0100 |
commit | 823581bd7c5e5904eab5884f999a39b5f9e895b4 (patch) | |
tree | 41b17211ac2dff051eeeb5214228a45d99e0c573 | |
parent | fb6adf8e60a1875ff6a5ea2574c783d9023ea5d7 (diff) | |
download | dotfiles-823581bd7c5e5904eab5884f999a39b5f9e895b4.tar.gz dotfiles-823581bd7c5e5904eab5884f999a39b5f9e895b4.tar.bz2 dotfiles-823581bd7c5e5904eab5884f999a39b5f9e895b4.zip |
drop enc
-rw-r--r-- | config/sxhkd/sxhkdrc | 10 | ||||
-rwxr-xr-x | rtorrent.rc | 9 | ||||
-rw-r--r-- | vimperatorrc | 2 | ||||
-rwxr-xr-x | xinitrc | 1 |
4 files changed, 16 insertions, 6 deletions
diff --git a/config/sxhkd/sxhkdrc b/config/sxhkd/sxhkdrc index 1a191ff..bfcfc86 100644 --- a/config/sxhkd/sxhkdrc +++ b/config/sxhkd/sxhkdrc @@ -18,7 +18,7 @@ grave ; x grave ; X bspc window -k -grave ; t +grave ; o bspc desktop -l next grave ; b @@ -28,7 +28,7 @@ grave ; b grave ; B xdotool mousemove 10000 100000 -grave ; {u,U,o} +grave ; {u,U,O} bspc window -t {floating,pseudo_tiled,fullscreen} grave ; {grave,Tab} @@ -234,6 +234,12 @@ super + q super + c setxkbmap us -variant colemak +# Password +grave ; t + ~/bin/passenter + +grave ; T + ~/bin/passmake # make sxhkd reload its configuration files: grave ; Escape diff --git a/rtorrent.rc b/rtorrent.rc index 3318917..831e92d 100755 --- a/rtorrent.rc +++ b/rtorrent.rc @@ -2,7 +2,7 @@ # ~/.rtorrent.rc and enable/modify the options as needed. Remember to # uncomment the options you wish to enable. -ratio.max.set=200 +ratio.max.set=2000 # Maximum and minimum number of peers to connect to per torrent. #min_peers = 40 @@ -72,14 +72,17 @@ check_hash = yes # plaintext to RC4 encryption after the encrypted handshake # # encryption = allow_incoming,enable_retry,prefer_plaintext -encryption=allow_incoming,try_outgoing,enable_retry +#encryption=allow_incoming,try_outgoing,enable_retry + +encryption = require,allow_incoming,require_RC4 # Enable DHT support for trackerless torrents or when all trackers are down. # May be set to "disable" (completely disable DHT), "off" (do not start DHT), # "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. # diff --git a/vimperatorrc b/vimperatorrc index acff0ba..2c0c43d 100644 --- a/vimperatorrc +++ b/vimperatorrc @@ -56,4 +56,4 @@ set gui=nonavigation source! /home/vasko/.vimperatorrc.local " vim: set ft=vimperator: -set defsearch=crypted +set defsearch=startpage @@ -38,6 +38,7 @@ wmname LG3D #Run dropbox dropboxd & +~/bin/mountsecure #Keyboard Bindings setxkbmap us -variant colemak |