mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 14:00:47 -05:00
Updates to autostart
This commit is contained in:
parent
bf47315394
commit
5871a0776c
1 changed files with 8 additions and 5 deletions
|
@ -48,13 +48,16 @@ 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 "killall -q redshift && xrandr --output eDP-1 --brightness .1" "xrandr --output eDP-1 --brightness 1 && redshift -r & disown" --timer 480 "xset s activate" "xrandr --output eDP-1 --brightness 1" &
|
||||||
|
xsettingsd &
|
||||||
sh ~/.fehbg &
|
sh ~/.fehbg &
|
||||||
|
#$HOME/.local/bin/single-polybar-launcher &
|
||||||
|
$HOME/.local/bin/tint2-launcher &
|
||||||
|
redshift -r &
|
||||||
|
picom &
|
||||||
dunst &
|
dunst &
|
||||||
dex -a &
|
dex -a &
|
||||||
redshift-gtk &
|
pa-notify -t 3 &
|
||||||
birdtray &
|
birdtray &
|
||||||
|
sleep 30 && nextcloud --background &
|
||||||
|
|
Loading…
Reference in a new issue