6 lines
124 B
Plaintext
6 lines
124 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
nohup picom \
|
||
|
--config "$HOME/.config/picom/picom.conf"\
|
||
|
--experimental-backends &>/dev/null &
|