blob: e3fb541a482f6401abda9f84677afa0eefa889d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#!/bin/sh
# Applications
pgrep conky || conky &
# pidof clight || clight --lat=26.83 --lon=80.92 &
pidof redshift || redshift &
xrdb ~/.Xresources
firefox &
# syncthing serve --no-browser --logfile=default &
setxkbmap -layout us,ru -option grp:alt_shift_toggle &
~/.local/scripts/mpd_start &
xautolock -detectsleep -time 5 -locker lock.sh -notify 30 -notifier "notify-send -u critical -t 10000 -- 'LOCKING screen in 30 seconds'" &
# mailsync &
~/.config/polybar/launch.sh &
|