[PATCH] WPrefs: set the PID of the application to the window
3 views
Skip to first unread message
david.m...@gmail.com
unread,
Mar 23, 2026, 4:34:04 PM (14 days ago) Mar 23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Window Maker Development
This patch is setting the _NET_WM_PID atom for WPrefs to report its PID.
Before the patch, the PID reported is unset (0) $ wmctrl -lp|grep 'Window Maker Preferences' 0x00a000b0 0 0 Linux Window Maker Preferences
After the patch, the PID is set (20110 in the example below) 0x00a000b0 0 20110 Linux Window Maker Preference --- WPrefs.app/WPrefs.c | 9 +++++++++ 1 file changed, 9 insertions(+)