From 823581bd7c5e5904eab5884f999a39b5f9e895b4 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Mon, 16 Mar 2015 00:11:21 +0100 Subject: drop enc --- config/sxhkd/sxhkdrc | 10 ++++++++-- rtorrent.rc | 9 ++++++--- vimperatorrc | 2 +- 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 diff --git a/xinitrc b/xinitrc index 3ad6809..e71ae25 100755 --- a/xinitrc +++ b/xinitrc @@ -38,6 +38,7 @@ wmname LG3D #Run dropbox dropboxd & +~/bin/mountsecure #Keyboard Bindings setxkbmap us -variant colemak -- cgit v1.2.3-54-g00ecf