From: Armaan Bhojwani Date: Tue, 30 Mar 2021 20:09:29 +0000 (-0400) Subject: autostart: add syncthing X-Git-Tag: v0.0.1~13 X-Git-Url: https://git.armaanb.net/?p=bin.git;a=commitdiff_plain;h=0b8a17a801b2ed9d69182d817e92a1052a37b1fb autostart: add syncthing --- diff --git a/autostart b/autostart index cdbafe9..ea9bfd4 100755 --- a/autostart +++ b/autostart @@ -1,11 +1,8 @@ #!/usr/bin/env sh -# wal="/home/armaa/.local/share/wallpaper.png" -# [ -f "$wal" ] & feh --bg-scale "$wal" - setxkbmap -option "ctrl:swapcaps" pkill xcape ; xcape pkill batsignal ; batsignal -b pkill redshift ; redshift -l 42.2:-71.3 -t 6500:2500 & pkill dunst ; dunst & -# pkill picom ; picom -b --experimental-backends +pkill syncthing ; syncthing &