From 21865e8f6287555987a51843ae94c03fd7be82bb Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 17 Jul 2025 17:05:36 +0200 Subject: up --- .config/dunst/dunstrc | 2 +- .ssh/config | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 9949a7d..5239e3a 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -1,5 +1,5 @@ [global] - monitor = 1 + monitor = 0 follow = none width = (200, 800) origin = top-right diff --git a/.ssh/config b/.ssh/config index 6c52b02..f30d4d9 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,6 +1,7 @@ Host * !mars !mother !helios User root StrictHostKeyChecking no + UserKnownHostsFile /dev/null Host mars User jozan Host mother -- cgit v1.2.3