quickshell/src/services/upower/org.freedesktop.UPower.xml
outfoxxed 2f194b7894
service/upower: track device additions/removals
Also ensures displayDevice is always present.
2024-12-20 15:58:44 -08:00

17 lines
452 B
XML

<node>
<interface name="org.freedesktop.UPower">
<method name="EnumerateDevices">
<arg direction="out" type="ao" name="devices"/>
</method>
<method name="GetDisplayDevice">
<arg direction="out" type="o" name="devices"/>
</method>
<signal name="DeviceAdded">
<arg direction="out" type="o" name="device"/>
</signal>
<signal name="DeviceRemoved">
<arg direction="out" type="o" name="device"/>
</signal>
</interface>
</node>