From d51c4da2187ada92b8e5af4c405d6b3434be2a4f Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 28 Apr 2022 22:52:33 -0400 Subject: [PATCH] [i3] Fix some always start bugs --- i3/.config/i3/config | 6 +++--- ssh/.ssh/config | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 5268164..2569841 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -399,14 +399,14 @@ bindsym $mod+Ctrl+e exec pkill emacs ##### LAUNCH ###################################### # STARTUP -exec_always --no-startup-id unclutter -grab +exec --no-startup-id unclutter -grab exec --no-startup-id nm-applet -exec_always --no-startup-id copyq +exec --no-startup-id copyq # RELOAD #exec --no-startup-id picom --config ~/.config/compton/compton.conf exec --no-startup-id dunst -exec_always --no-startup-id syncthing +exec --no-startup-id syncthing exec xrdb --merge ~/.Xresoureces diff --git a/ssh/.ssh/config b/ssh/.ssh/config index dbdcf8c..5861002 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -46,6 +46,10 @@ Host pandora.unbl.ink User root # Bare metal hosts +Host daphnis.local + User powellc +Host hyperion.local + User powellc Host dione.local User powellc Host rhea.local