#!/bin/sh # AUTOSHART: autostart *.desktop files # Copyright (C) 2022 Case Duckworth # Licensed under the Fair license. See COPYING for details. # # Commentary: # # An autostart script. Called "autoshart" because I literally sharted it out, # and have /not/ tested it at all. So, caveat emptor, I guess. # # 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 <