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