Add syncthing config and update relevant paths
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user