all repos — zenUtils @ a0029a46644a5c4bf9de2949ed8d74b8020b005b

misc utilities for computing zen

plasma-autostart.sh (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/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&