all repos — dotfiles @ 7444f50cb333e7df3c9882744aef42c40d35ea9f

my *nix dotfiles

settings in .ssh/config to prevent connection drops
icyphox icyph0x@protonmail.com
Sat, 20 Jan 2018 16:04:19 +0530
commit

7444f50cb333e7df3c9882744aef42c40d35ea9f

parent

acb274b72b3f3486ceb785eee83c3284704a90cf

2 files changed, 9 insertions(+), 0 deletions(-)

jump to
M ssh/.ssh/configssh/.ssh/config

@@ -1,4 +1,12 @@

+Host * + ServerAliveInterval 20 + ServerAliveCountMax 2 + Host github.com Hostname ssh.github.com Port 443 IdentityFile ~/.ssh/github + +Host webarchsrm.com + User ubuntu + IdentityFile ~/.ssh/webarch-aws.pem
M xfwm4/.config/xfwm4/autostartxfwm4/.config/xfwm4/autostart

@@ -1,5 +1,6 @@

xrdb -load .Xresources & xfsettingsd & +xfce4-power-manager & sxhkd & /home/icyphox/scripts/bar.sh & xfdesktop &