zenUtils/plasma-autostart.sh

23 lines
379 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 offlineimap; then
offlineimap &
fi
2021-07-26 05:39:40 +00:00
if ! pgrep pipewire; then
pipewire & sleep 0.3
pipewire-pulse &
fi
2021-03-27 23:47:51 +00:00
2021-07-26 05:39:40 +00:00
export WINIT_X11_SCALE_FACTOR=1
2021-03-27 23:47:51 +00:00
export GTK_THEME=steppenwolf-dark
rm ~/.config/gtkrc*
export WINIT_X11_SCALE_FACTOR=1
xbindkeys -f ~/.xbindkeysrc.kwin
tint2&