zenUtils/plasma-autostart.sh
2021-07-25 23:39:40 -06:00

22 lines
379 B
Bash
Executable file

#!/bin/sh
xset -b
sudo powertop -auto-tune &
redshit -x; redshift -O 6000K &
xbacklight -set 50 &
if ! pgrep offlineimap; then
offlineimap &
fi
if ! pgrep pipewire; then
pipewire & sleep 0.3
pipewire-pulse &
fi
export WINIT_X11_SCALE_FACTOR=1
export GTK_THEME=steppenwolf-dark
rm ~/.config/gtkrc*
export WINIT_X11_SCALE_FACTOR=1
xbindkeys -f ~/.xbindkeysrc.kwin
tint2&