master
Daniel Napora 2020-09-18 17:59:12 +02:00
parent fce7df9f8d
commit 949a55e80f
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ if [[ $1 = '--edit' ]]; then
fi
elif [[ $1 = '--toggle' || $1 = '--start' ]]; then # Toggle compositing with picom.
[[ ! -f $HOME/.config/picom.conf ]] &&
cp '/etc/xdg/picom.conf' "$HOME/.config/picom.conf"
ln -sf /dev/null "$HOME/.config/picom.conf"
# TODO why --toggle and --start act exactly the same?
if ! pidof picom > /dev/null; then
$EXECXCOMP &