From 036c889c4a4f7f59d1e1a592586b54c5c5e93005 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 26 May 2024 20:10:26 +0500 Subject: initial commit --- bspwm/autostart | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 bspwm/autostart (limited to 'bspwm/autostart') 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 & -- cgit v1.2.3