From 13d39235ad032623745baecb6911057ec057ff11 Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Sun, 7 May 2023 16:52:05 +0100 Subject: [PATCH] docs(examples): fix casing of steam in launcher favourites --- examples/config.corn | 2 +- examples/config.json | 2 +- examples/config.toml | 2 +- examples/config.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/config.corn b/examples/config.corn index 70382d1..5846036 100644 --- a/examples/config.corn +++ b/examples/config.corn @@ -15,7 +15,7 @@ let { $launcher = { type = "launcher" - favorites = ["firefox" "discord" "Steam"] + favorites = ["firefox" "discord" "steam"] show_names = false show_icons = true } diff --git a/examples/config.json b/examples/config.json index 0383b93..f140e6a 100644 --- a/examples/config.json +++ b/examples/config.json @@ -121,7 +121,7 @@ "favorites": [ "firefox", "discord", - "Steam" + "steam" ], "show_icons": true, "show_names": false, diff --git a/examples/config.toml b/examples/config.toml index b30cdb7..4176c19 100644 --- a/examples/config.toml +++ b/examples/config.toml @@ -113,7 +113,7 @@ type = 'launcher' favorites = [ 'firefox', 'discord', - 'Steam', + 'steam', ] [[start]] diff --git a/examples/config.yaml b/examples/config.yaml index 485a911..a815c58 100644 --- a/examples/config.yaml +++ b/examples/config.yaml @@ -78,7 +78,7 @@ start: - favorites: - firefox - discord - - Steam + - steam show_icons: true show_names: false type: launcher