Add syncthing config and update relevant paths

This commit is contained in:
2019-11-11 22:14:20 +01:00
parent ec93b1b925
commit 1424cc064f
10 changed files with 260 additions and 10 deletions

View File

@@ -30,7 +30,7 @@ xrdb ~/.Xresources &
urxvtd -q -f -o &
## KeepassXC
(sleep 2; bash -c "secret-tool lookup 'keepass' 'login' | keepassxc --pw-stdin ~/Nextcloud/Documents/IT/MDP.kbdx") &
(sleep 2; bash -c "secret-tool lookup 'keepass' 'login' | keepassxc --pw-stdin ~/Sync/Security/MDP.kbdx") &
## GPG
(sleep 3; bash -c "secret-tool lookup 'gpg' 'login' | gpg2 --no-tty --pinentry-mode loopback --passphrase-fd 0 -d ~/.password-store/mail/uni.gpg") &
@@ -48,7 +48,7 @@ urxvtd -q -f -o &
(sleep 8; parcellite) &
## Tmux plugins
(sleep 9; ~/.tmux/plugins/tpm/bin/update_plugins all)
(sleep 9; ~/.tmux/plugins/tpm/bin/update_plugins all) &
## Owncloud
(sleep 10; owncloud)
## Syncthing
(sleep 10; syncthing -no-browser -home="/home/coolneng/.config/syncthing")

View File

@@ -275,7 +275,7 @@
</keybind>
<keybind key="Print">
<action name="Execute">
<command>scrot -e 'mv $f ~/Nextcloud/Photos/Screenshots'</command>
<command>scrot -e 'mv $f ~/Sync/Photos/Screenshots'</command>
</action>
</keybind>
<keybind key="W-d">