Well this is crazy timing. I'm getting ready to package this project for Arch Linux, and suddenly the most recent commit goes from 2 years old to 2 minutes old!
Rebased my changes on top of master following the merging of #7.
The most notable changes are:
The addition of ${PREFIX}, which allows the user to install to a different prefix other than /usr/local
Changing /usr/share/gnome/autostart to /etc/xdg/autostart, which is supported by more WMs, and is also e.g. where GNOME puts all its global autostart .DESKTOP files now
Well this is crazy timing. I'm getting ready to package this project for Arch Linux, and suddenly the most recent commit goes from 2 years old to 2 minutes old!
Rebased my changes on top of master following the merging of #7.
The most notable changes are:
${PREFIX}
, which allows the user to install to a different prefix other than/usr/local
/usr/share/gnome/autostart
to/etc/xdg/autostart
, which is supported by more WMs, and is also e.g. where GNOME puts all its global autostart .DESKTOP files now