Quellcode durchsuchen

[i3] Fix some always start bugs

Colin Powell vor 3 Jahren
Ursprung
Commit
d51c4da218
2 geänderte Dateien mit 7 neuen und 3 gelöschten Zeilen
  1. 3 3
      i3/.config/i3/config
  2. 4 0
      ssh/.ssh/config

+ 3 - 3
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
 
 

+ 4 - 0
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