From b0159f22d12ffe79d0c44c4215b6c2cd74260ef0 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 27 Jan 2020 11:57:24 -0500 Subject: [PATCH] Start syncthing on login --- x/.xinitrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/x/.xinitrc b/x/.xinitrc index 2eee2c7..65ed984 100644 --- a/x/.xinitrc +++ b/x/.xinitrc @@ -1,4 +1,4 @@ -export XDG_RUNTIME_DIR=/tmp +export XDG_RUNTIME_DIR=/tmp/user if [ ! -d "$XDG_RUNTIME_DIR" ]; then mkdir "$XDG_RUNTIME_DIR" chmod 0700 "$XDG_RUNTIME_DIR" @@ -7,7 +7,8 @@ fi setxkbmap -model pc105 -layout us,ru -option grp:ctrls_toggle setxkbmap -option caps:escape -option compose:ralt & -emacs --daemon -pulseaudio +pulseadudio & +syncthing & +emacs --daemon & exec i3