From 21b78de62ba504bd4db18c88f4c8237e0582fe8b Mon Sep 17 00:00:00 2001 From: Frank Villaro-Dixon Date: Thu, 29 Jan 2015 18:17:21 +0100 Subject: [PATCH] misc --- dwm/config.h | 1 + ssh/config | 3 +++ 2 files changed, 4 insertions(+) diff --git a/dwm/config.h b/dwm/config.h index 40b0193..c16c910 100644 --- a/dwm/config.h +++ b/dwm/config.h @@ -48,6 +48,7 @@ static const Rule rules[] = { { "Gimp", NULL, NULL, 0, True, -1 }, { "Firefox", NULL, NULL, 1 << 0, False, -1 }, { "Thunderbird", NULL, NULL, 1 << 1, False, -1 }, + { "Spotify", NULL, NULL, 2, True, -1 }, { "Profanity", NULL, NULL, 1 << 14, False, -1 }, { "pdfpc", "pdfpc", NULL, 0, True, -1 }, }; diff --git a/ssh/config b/ssh/config index f48fc92..c2e659b 100644 --- a/ssh/config +++ b/ssh/config @@ -3,6 +3,9 @@ IdentityFile ~/.ssh/id_rsa.auth IdentityFile ~/.ssh/id_rsa.git IdentityFile ~/.ssh/id_dsa +Host * + KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256 + ###Compression yes host vi-di.fr