X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=autostart;h=ea9bfd481ef31c7e650968ca3b27c3dc0a8bee2d;hb=885898283827a821b60b0c5c8dd6c32ba49e65be;hp=575864edc9b08bdfebc70527280ec8a9ecbaba3c;hpb=cf7264f3d3db11cae6193eb79edb7b5801e39fb8;p=bin.git diff --git a/autostart b/autostart index 575864e..ea9bfd4 100755 --- a/autostart +++ b/autostart @@ -1,9 +1,8 @@ #!/usr/bin/env sh -# xsetroot -solid "#282828" -feh --bg-scale "/home/armaa/.local/share/wallpaper.png" -batsignal -b -/home/armaa/Code/scripts/keyboard-swap -redshift -l 42.2:-71.3 -t 6500:2500 & -dunst & -picom & +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 &