#!/bin/sh # AUTOSHART: autostart *.desktop files # Copyright (C) 2022 Case Duckworth # Licensed under the Fair license. See COPYING for details. # # Commentary: # # Freedesktop autostart specification: # https://specifications.freedesktop.org/autostart-spec/latest/ # Freedesktop desktop entry specification: # https://specifications.freedesktop.org/desktop-entry-spec/latest/ # # Prior art: # - dex -- https://github.com/jceb/dex # # Code: usage() { cat <