mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 22:41:13 +00:00
Web Archive Links
This commit is contained in:
parent
c362493790
commit
b560ee2cf2
8 changed files with 11 additions and 11 deletions
|
@ -8,8 +8,8 @@ tags:
|
|||
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.
|
||||
The [freedesktop specification](https://web.archive.org/web/20240105053937/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`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue