Commit 8dcdc847 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Fix to started picom/compton on restarting i3 - needs a second after

pkill called.
parent cac3cdb5
......@@ -69,7 +69,7 @@ exec --no-startup-id nm-applet
exec --no-startup-id xautolock -time 10 -locker blurlock
exec --no-startup-id xfce4-power-manager
exec --no-startup-id "pkill -9 redshift; redshift -P -t 5000:4000"
exec_always --no-startup-id pkill compton; compton -b
exec_always --no-startup-id pkill compton; sleep 1; compton -b
exec_always --no-startup-id ff-theme-util
exec_always --no-startup-id fix_xcursor
exec_always --no-startup-id optimus-manager-qt
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment