Skip to content

xsettings: restrict `pidof` to own processes

Fushan Wen requested to merge work/fuf/pgrep into master

pidof can potentially return a pid from other users. Use pgrep -U instead.

Merge request reports