Medium syndication metadata

This commit is contained in:
Brandon Rozek 2023-03-10 12:41:04 -05:00
parent c5b2488589
commit 9bf7cfb744
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
14 changed files with 82 additions and 64 deletions

View file

@ -1,14 +1,15 @@
---
title: "Autostart Desktop Applications"
date: 2020-11-29T13:45:28-05:00
date: 2020-11-29 18:45:28
draft: false
tags: ["Linux"]
medium_enabled: true
medium_post_id: f765346971a5
tags:
- Linux
title: Autostart Desktop Applications
---
The [freedesktop specification](https://specifications.freedesktop.org/autostart-spec/0.5/ar01s02.html) describes how to identify file types, launch applications, and other useful desktop functions. A useful spec I've found recently is for launching desktop applications when you log into your machine.
In my Kubuntu 20.10 system, the directory `$HOME/.config/autostart` can contain [`.desktop`](/blog/linuxdesktopicons/) files that describes the applications to start on login. Drop whichever desktop file you wish to start there. In other systems it may be located under `$XDG_CONFIG_DIRS/autostart`.
If you want to start up a script instead, you can put the script under `$HOME/.config/autostart-scripts`.
If you want to start up a script instead, you can put the script under `$HOME/.config/autostart-scripts`.