perf(picom): improve perf at start
This commit is contained in:
parent
66c0ee6b25
commit
49c67cb657
1 changed files with 3 additions and 2 deletions
|
@ -556,7 +556,8 @@ exec_always --no-startup-id killall -q polybar
|
|||
exec_always --no-startup-id sleep 1 && polybar main
|
||||
exec_always --no-startup-id sleep 1 && polybar external
|
||||
|
||||
exec_always --no-startup-id picom --config ~/.config/picom/picom.conf
|
||||
exec_always --no-startup-id killall -q picom
|
||||
exec_always --no-startup-id sleep 3 && picom --config ~/.config/picom/picom.conf
|
||||
|
||||
# run applications
|
||||
exec spotify
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue