diff options
| author | Mitsuo Tokumori <[email protected]> | 2023-11-24 00:31:06 -0500 |
|---|---|---|
| committer | Mitsuo Tokumori <[email protected]> | 2023-11-24 00:31:06 -0500 |
| commit | e900c217c1e50a4067384c9bb3fe43dff61986c6 (patch) | |
| tree | c12b723d503c2aefa2403aecb9e6488af1eea90c /local/share | |
| parent | d42c7eeec0ce9af6f9ff5ce501316e6a8c5e43b3 (diff) | |
| download | dotfiles-e900c217c1e50a4067384c9bb3fe43dff61986c6.tar.gz dotfiles-e900c217c1e50a4067384c9bb3fe43dff61986c6.tar.bz2 dotfiles-e900c217c1e50a4067384c9bb3fe43dff61986c6.zip | |
Restructure dirs to mimic XDG base dirs
Non XDG base directories have a leading '_'.
Diffstat (limited to 'local/share')
| -rw-r--r-- | local/share/applications/README.txt | 1 | ||||
| -rw-r--r-- | local/share/applications/img.desktop | 5 | ||||
| -rw-r--r-- | local/share/applications/text.desktop | 4 |
3 files changed, 10 insertions, 0 deletions
diff --git a/local/share/applications/README.txt b/local/share/applications/README.txt new file mode 100644 index 0000000..3f73bd4 --- /dev/null +++ b/local/share/applications/README.txt @@ -0,0 +1 @@ +See https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html diff --git a/local/share/applications/img.desktop b/local/share/applications/img.desktop new file mode 100644 index 0000000..c19d314 --- /dev/null +++ b/local/share/applications/img.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Type=Application +Name=Image viewer +Exec=/usr/bin/nsxiv -a %f +Categories=Graphics;Office; diff --git a/local/share/applications/text.desktop b/local/share/applications/text.desktop new file mode 100644 index 0000000..41ee05f --- /dev/null +++ b/local/share/applications/text.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Application +Name=Text editor +Exec=/usr/local/bin/st -e nvim %u |
