summaryrefslogtreecommitdiff
path: root/bspwm/autostart
diff options
context:
space:
mode:
authorilotterytea <ilotterytea@proton.me>2024-05-26 20:10:26 +0500
committerilotterytea <ilotterytea@proton.me>2024-05-26 20:10:26 +0500
commit036c889c4a4f7f59d1e1a592586b54c5c5e93005 (patch)
treeaa76d678790abc79f24edf83c17a564eb2c6f65d /bspwm/autostart
initial commitHEADmaster
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 &