X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=autostart;h=ea9bfd481ef31c7e650968ca3b27c3dc0a8bee2d;hb=55a218e51cd587265c04508f816b8b2fff56840e;hp=0265b975d5968d65e3067c7385d65ab35639f5ba;hpb=74201a8ff55d64d0391ea9bc4850988bece3b51b;p=bin.git diff --git a/autostart b/autostart index 0265b97..ea9bfd4 100755 --- a/autostart +++ b/autostart @@ -1,7 +1,8 @@ #!/usr/bin/env sh -xsetroot -solid "#282828" -batsignal -b -/home/armaa/Code/scripts/keyboard-swap -redshift -l 42.2:-71.3 -t 6500:2500 & -dunst & +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 syncthing ; syncthing &