D
Deleted member 72152
Guest
I've started using x11-wm/ctwm as my main desktop environment, and to autostart applications I now use .xinitrc / .xsession (I have the two symlinked for xdm). While most applications die when I exit ctwm, some stay such as xclock, redshift, and osdmixer and I have to kill these since they are like ghosts in the background of any future sessions.
My .xsession file:
My .xsession file:
Code:
#!/bin/tcsh
exec setenv QT_QPA_PLATFORMTHEME qt5ct &
xrdb -load ~/.Xresources &
exec osdmixer d d d 2 &
exec xclock -d -strftime %r -update 1 -geometry +0+1040 &
exec stalonetray &
exec xeyes -geometry 120x80+0+575 &
exec redshift &
exec xscreensaver -no-splash &
exec parcellite &
exec ctwm