diff --git a/usr/bin/mabox-compositor b/usr/bin/mabox-compositor index 284fdff..4c3003d 100755 --- a/usr/bin/mabox-compositor +++ b/usr/bin/mabox-compositor @@ -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 &