Load .Xresources on startup because laptop dumb

Amolith created

Change summary

dot_local/bin/executable_startup-i3.tmpl | 1 +
1 file changed, 1 insertion(+)

Detailed changes

dot_local/bin/executable_startup-i3.tmpl 🔗

@@ -15,6 +15,7 @@ i3-msg exec "setxkbmap -option compose:ralt"
 i3-msg exec "gotify-desktop"
 i3-msg exec "unclutter --ignore-scrolling --start-hidden"
 i3-msg exec "emacs --daemon"
+i3-msg exec "xrdb -load ~/.Xresources"
 
 sleep 5