summaryrefslogtreecommitdiff
path: root/bspwm/autostart
diff options
context:
space:
mode:
Diffstat (limited to 'bspwm/autostart')
-rwxr-xr-xbspwm/autostart17
1 files changed, 17 insertions, 0 deletions
diff --git a/bspwm/autostart b/bspwm/autostart
new file mode 100755
index 0000000..e3fb541
--- /dev/null
+++ b/bspwm/autostart
@@ -0,0 +1,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 &