24 lines
422 B
Bash
Executable file
24 lines
422 B
Bash
Executable file
#!/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&
|