From 0b8a17a801b2ed9d69182d817e92a1052a37b1fb Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Tue, 30 Mar 2021 16:09:29 -0400 Subject: [PATCH] autostart: add syncthing --- autostart | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 & -- 2.39.2