Fix example dbus script after TYPE_ENUM change
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
@@ -34,7 +34,7 @@ service="com.github.chjj.compton.${dpy}"
|
||||
interface="com.github.chjj.compton"
|
||||
compton_dbus="dbus-send --print-reply --dest="${service}" / "${interface}"."
|
||||
type_win='uint32'
|
||||
type_enum='uint16'
|
||||
type_enum='uint32'
|
||||
|
||||
# === Color Inversion ===
|
||||
|
||||
|
||||
Reference in New Issue
Block a user