7 lines
117 B
Plaintext
7 lines
117 B
Plaintext
|
#!/bin/sh
|
||
|
# Compositor
|
||
|
killall -q picom
|
||
|
picom -b --config $HOME/.config/picom/picom.conf --experimental-backends &
|
||
|
|
||
|
|