Historically, I had a .xinitrc file that I used to launch all of the windowing environment stuff that I wanted. It was a complex and confusing shell script, and after 20 years, it was full of outdated cruft that tried to track what distributions now generally do for you. So, instead, I've taken over the stuff that truly is personal to me and put it into this xfce autostart script.
13 lines
290 B
Desktop File
13 lines
290 B
Desktop File
[Desktop Entry]
|
|
Encoding=UTF-8
|
|
Version=0.9.4
|
|
Type=Application
|
|
Name=bkuhn-autostart-commands
|
|
Comment=Shell Script of commands that run at xfce startup for bkuhn
|
|
Exec=/home/bkuhn/public-config/xfce4/bkuhn-startup.sh
|
|
OnlyShowIn=XFCE;
|
|
RunHook=0
|
|
StartupNotify=false
|
|
Terminal=false
|
|
Hidden=false
|
|
|