Start syncthing on login
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
export XDG_RUNTIME_DIR=/tmp
|
export XDG_RUNTIME_DIR=/tmp/user
|
||||||
if [ ! -d "$XDG_RUNTIME_DIR" ]; then
|
if [ ! -d "$XDG_RUNTIME_DIR" ]; then
|
||||||
mkdir "$XDG_RUNTIME_DIR"
|
mkdir "$XDG_RUNTIME_DIR"
|
||||||
chmod 0700 "$XDG_RUNTIME_DIR"
|
chmod 0700 "$XDG_RUNTIME_DIR"
|
||||||
@ -7,7 +7,8 @@ fi
|
|||||||
setxkbmap -model pc105 -layout us,ru -option grp:ctrls_toggle
|
setxkbmap -model pc105 -layout us,ru -option grp:ctrls_toggle
|
||||||
setxkbmap -option caps:escape -option compose:ralt &
|
setxkbmap -option caps:escape -option compose:ralt &
|
||||||
|
|
||||||
emacs --daemon
|
pulseadudio &
|
||||||
pulseaudio
|
syncthing &
|
||||||
|
emacs --daemon &
|
||||||
|
|
||||||
exec i3
|
exec i3
|
||||||
|
|||||||
Reference in New Issue
Block a user