Added command to disable screen saving (blank) from x11 as it caused flashing

Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
Louis Vallat 2022-01-27 10:39:40 +01:00
parent 6b54826e4c
commit 65063d0aa9
No known key found for this signature in database
GPG Key ID: 0C87282F76E61283

View File

@ -5,7 +5,8 @@ pgrep -x sxhkd > /dev/null || sxhkd &
xrdb -load $HOME/.config/.Xresources &
dunst -conf $HOME/.config/dunst/dunstrc &
picom &
feh --bg-fill ~/Pictures/nordic-obsession.png &
feh --bg-fill ~/Pictures/ku8phghju9981.png &
xset s off &
/usr/lib/kdeconnectd & disown
nextcloud & disown