Update comments about clear-shadow

This commit is contained in:
Yuxuan Shui
2018-09-24 00:13:08 +01:00
parent 6f59367c00
commit 4da626639f
3 changed files with 15 additions and 44 deletions

View File

@ -41,12 +41,6 @@ else
echo "Cannot find focused window."
fi
# Set the clear_shadow setting to true
dbus-send --print-reply --dest="$service" "$object" "${interface}.opts_set" string:clear_shadow boolean:true
# Get the clear_shadow setting
dbus-send --print-reply --dest="$service" "$object" "${interface}.opts_get" string:clear_shadow
# Reset compton
sleep 3
dbus-send --print-reply --dest="$service" "$object" "${interface}.reset"