zenUtils/plasma-autostart.sh

25 lines
422 B
Bash
Raw Normal View History

2021-03-27 23:47:51 +00:00
#!/bin/sh
xset -b
sudo powertop -auto-tune &
redshit -x; redshift -O 6000K &
xbacklight -set 50 &
if ! pgrep pulseaudio; then
pulseaudio -k
pulseaudio --start --exit-idle-time=-1 &
fi
if ! pgrep hamster-service; then
hamster-service &
fi
if ! pgrep offlineimap; then
offlineimap &
fi
export GTK_THEME=steppenwolf-dark
rm ~/.config/gtkrc*
export WINIT_X11_SCALE_FACTOR=1
xbindkeys -f ~/.xbindkeysrc.kwin
tint2&