diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2023-03-18 11:44:35 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2023-03-18 11:46:31 -0400 |
| commit | ffaf1ddae54b8ea5826f6ae1130d408e2e420918 (patch) | |
| tree | 5e169686b320276de27e817feef4a49f3f577c1f /.config/xinitrc | |
| parent | 0f3655a0b7cc7d5ccffcc0c76115d8f2497dc740 (diff) | |
Changed Browser
Diffstat (limited to '.config/xinitrc')
| -rwxr-xr-x | .config/xinitrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/xinitrc b/.config/xinitrc index f6555de..5c0fad5 100755 --- a/.config/xinitrc +++ b/.config/xinitrc @@ -5,5 +5,7 @@ exec /usr/bin/mpd /home/jmm/.config/mpd/mpd.conf & exec $HOME/.local/bin/keys & exec /usr/bin/pipewire & exec /usr/bin/redshift -c $HOME/.config/redshift/redshift.conf & +exec /usr/bin/syncthing --no-browser & +exec /usr/bin/rclone --vfs-cache-mode writes mount OneDrivePSU: ~/onedrive & [ $wm == "/usr/local/bin/dwm" ] && exec /usr/local/bin/dwmblocks & exec $wm |
