Skip to content

Add /show-notifications-on-monitor property to select a specific monitor

rob requested to merge robblue2x/xfce4-notifyd:master into master

When /show-notifications-on property is set to "choose-monitor" the string from /show-notifications-on-monitor will be used to try to match the monitor model (e.g. DisplayPort-0) and show the notification there

This MR does not update the UI so you must set the following properties with xfconf-query

# set /show-notifications-on to "choose-monitor"
xfconf-query -c xfce4-notifyd -p /show-notifications-on -s choose-monitor

# set /show-notifications-on-monitor to "DisplayPort-0"
xfconf-query --create --type string -c xfce4-notifyd -p /show-notifications-on-monitor -s "DisplayPort-0"
Edited by rob

Merge request reports