[i3] Fix some always start bugs

This commit is contained in:
2022-04-28 22:52:33 -04:00
parent b6d7a37219
commit d51c4da218
2 changed files with 7 additions and 3 deletions

View File

@ -399,14 +399,14 @@ bindsym $mod+Ctrl+e exec pkill emacs
##### LAUNCH ###################################### ##### LAUNCH ######################################
# STARTUP # STARTUP
exec_always --no-startup-id unclutter -grab exec --no-startup-id unclutter -grab
exec --no-startup-id nm-applet exec --no-startup-id nm-applet
exec_always --no-startup-id copyq exec --no-startup-id copyq
# RELOAD # RELOAD
#exec --no-startup-id picom --config ~/.config/compton/compton.conf #exec --no-startup-id picom --config ~/.config/compton/compton.conf
exec --no-startup-id dunst exec --no-startup-id dunst
exec_always --no-startup-id syncthing exec --no-startup-id syncthing
exec xrdb --merge ~/.Xresoureces exec xrdb --merge ~/.Xresoureces

View File

@ -46,6 +46,10 @@ Host pandora.unbl.ink
User root User root
# Bare metal hosts # Bare metal hosts
Host daphnis.local
User powellc
Host hyperion.local
User powellc
Host dione.local Host dione.local
User powellc User powellc
Host rhea.local Host rhea.local