Package: psmisc Version: 23.2-1 File: /usr/bin/pstree $ pstree -al systemd |-nodm | |-Xorg :0 -nolisten tcp vt7 | | `-{Xorg} | `-nodm | `-bash /home/jidanni/.xsession | |-bash /home/jidanni/.xsession | | `-sleep 4m | |-icewm-session | | |-icewm --notify | | `-icewmbg | `-ssh-agent /bin/bash /home/jidanni/.xsession
In reality nodm/icewm or whatever starts bash. $ grep 4m .bash_profile (cd ~/.icewm && sleep 4m && make -s preferences)& And... $ grep icew .xsession icewm-session & Well whatever. Anyways, sleep 4m is appended to the wrong sub-tree.