diff options
author | Ensa <psychoticfervor@tuta.io> | 2019-12-20 00:14:09 -0800 |
---|---|---|
committer | Ensa <psychoticfervor@tuta.io> | 2019-12-20 00:14:09 -0800 |
commit | 4684d80b6271dd775cd23dabf2b91d6ce56fa33a (patch) | |
tree | ddb6c6219e213132b8500e016b1ce238aa71029d /data/applications | |
parent | f733ca7c8041866df27752c8e0c2610e0ecef6a7 (diff) | |
download | cfg-4684d80b6271dd775cd23dabf2b91d6ce56fa33a.tar.gz |
first significant commit
see README.md for information
Diffstat (limited to 'data/applications')
-rw-r--r-- | data/applications/doc.desktop | 4 | ||||
-rw-r--r-- | data/applications/img.desktop | 4 | ||||
-rw-r--r-- | data/applications/rss.desktop | 4 | ||||
-rw-r--r-- | data/applications/text.desktop | 4 | ||||
-rw-r--r-- | data/applications/weblight.desktop | 4 |
5 files changed, 20 insertions, 0 deletions
diff --git a/data/applications/doc.desktop b/data/applications/doc.desktop new file mode 100644 index 0000000..49a399b --- /dev/null +++ b/data/applications/doc.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Application +Name=Non-raw document reader +Exec=/usr/bin/env zathura %u diff --git a/data/applications/img.desktop b/data/applications/img.desktop new file mode 100644 index 0000000..d754e1a --- /dev/null +++ b/data/applications/img.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Application +Name=Image viewer +Exec=/usr/bin/env sxiv -a %u diff --git a/data/applications/rss.desktop b/data/applications/rss.desktop new file mode 100644 index 0000000..20ed292 --- /dev/null +++ b/data/applications/rss.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Application +Name=RSS feed addition +Exec=/usr/bin/env rsschk %U diff --git a/data/applications/text.desktop b/data/applications/text.desktop new file mode 100644 index 0000000..44afc9a --- /dev/null +++ b/data/applications/text.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Application +Name=Text editor +Exec=/usr/bin/env st -e nvim %u diff --git a/data/applications/weblight.desktop b/data/applications/weblight.desktop new file mode 100644 index 0000000..651d75a --- /dev/null +++ b/data/applications/weblight.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Application +Name=Light Web Browser +Exec=/usr/bin/env surf %u |