aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/config
diff options
context:
space:
mode:
authorMoritz Meißelbach <arbelzapf@gmail.com>2019-12-03 20:22:57 +0100
committerGitHub <noreply@github.com>2019-12-03 20:22:57 +0100
commitbb222ad4b33c97cf43bb5f7c76b57426074834fa (patch)
tree7b46553ef07d7f708e567cd0ec8e373aa3f14651 /tests/data/config
parent65aaeb48e4d7589c50e13e422442a684f9d5263d (diff)
parentbd5bfc49309a49c09d97be8530b166507342ba07 (diff)
downloadsway-launcher-desktop-bb222ad4b33c97cf43bb5f7c76b57426074834fa.tar.gz
sway-launcher-desktop-bb222ad4b33c97cf43bb5f7c76b57426074834fa.zip
Merge pull request #12 from Biont/providers
Introduce list item providers
Diffstat (limited to 'tests/data/config')
-rw-r--r--tests/data/config/0/sway-launcher-desktop/providers.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/data/config/0/sway-launcher-desktop/providers.conf b/tests/data/config/0/sway-launcher-desktop/providers.conf
new file mode 100644
index 0000000..4e82b2b
--- /dev/null
+++ b/tests/data/config/0/sway-launcher-desktop/providers.conf
@@ -0,0 +1,7 @@
+[foo]
+list_cmd=printf "foo\034foo"
+launch_cmd=printf 'printf "{1}"'
+preview_cmd=printf 'printf "{1}"'
+
+[incomplete]
+list_cmd=echo 'nope'