Skip to content

Only show notifications if app is not focused

Guido Berhörster requested to merge personal/gberh/focus-handling into main

Obtain PID of the app via liblomiri-app-launch and query the com.lomiri.Shell.FocusInfo DBus interface on whether the app is focused.

This replaces the implementation based on the defunct Unity WindowStack API removed in commit 0769e981.

This fixes #43 (closed).

Edited by Guido Berhörster

Merge request reports