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