testing tint2, added redshift to startup

This commit is contained in:
Andrew Scott 2022-10-20 01:21:05 -04:00
parent 154cf88da4
commit 9ff1ab92a8
Signed by: a
GPG key ID: 3EB62D0BBB8DB381

View file

@ -4,7 +4,7 @@ bspc monitor eDP-1 -d 1 2 3 4 5 6 7 8 9 10
bspc config border_width 2 bspc config border_width 2
bspc config window_gap 10 bspc config window_gap 10
bspc config top_padding 74 bspc config top_padding 70
bspc config bottom_padding 0 bspc config bottom_padding 0
bspc config split_ratio 0.50 bspc config split_ratio 0.50
bspc config borderless_monocle true bspc config borderless_monocle true
@ -48,10 +48,13 @@ bspc desktop -f 1
### Autostart ### Autostart
grep -x sxhkd > /dev/null || sxhkd & grep -x sxhkd > /dev/null || sxhkd &
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
$HOME/.local/bin/single-polybar-launcher &
#$HOME/.local/bin/tint2-launcher &
xsettingsd &
xss-lock -n /usr/lib/xsecurelock/dimmer -l -- xsecurelock & xss-lock -n /usr/lib/xsecurelock/dimmer -l -- xsecurelock &
xidlehook --not-when-audio --not-when-fullscreen --timer 120 "xrandr --output eDP-1 --brightness .1" "xrandr --output eDP-1 --brightness 1" --timer 480 "xset s activate" "xrandr --output eDP-1 --brightness 1" & xidlehook --not-when-audio --not-when-fullscreen --timer 120 "xrandr --output eDP-1 --brightness .1" "xrandr --output eDP-1 --brightness 1" --timer 480 "xset s activate" "xrandr --output eDP-1 --brightness 1" &
sh ~/.fehbg & sh ~/.fehbg &
$HOME/.local/bin/single-polybar-launcher & dunst &
/usr/bin/dunst & dex -a &
dex -ae bspwm & redshift-gtk &
/usr/bin/birdtray & birdtray &