X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=autostart;h=6bdba0c84428dee8c4dd27c4ffb43df326be4065;hb=26ce4f633da6e65105ff9d9046b760d28a4a3809;hp=8cdc59eb73cf40624bd7d513e0ee4f1f1b30a4c7;hpb=19ec285cc7f9f907234081dcaf79708fb6bfe831;p=bin.git diff --git a/autostart b/autostart index 8cdc59e..6bdba0c 100755 --- a/autostart +++ b/autostart @@ -1,14 +1,8 @@ #!/usr/bin/env sh -wal="/home/armaa/.local/share/wallpaper.png" -if [ -f "$wal" ]; then - feh --bg-scale "$wal" -else - hsetroot -solid "#282828" -fi - -/home/armaa/Code/scripts/keyboard-swap +xmodmap ~/.config/xmodmap +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 +pkill syncthing ; syncthing & +pkill emacs ; emacs --daemon &