Only tested with KDE and IceWM:
ps aux | grep `whoami` | grep /start | grep -v grep
Needs to be tested on other DE's...
The
`whoami` limits the results to the current user...works for multiple users on the same PC (just thinking, now...this would fail for multiple sessions for the same user on the same PC)...

