From e67c77fba53f35a5ba11b2ce567773e908399d7b Mon Sep 17 00:00:00 2001 From: Michael Bradley Date: Sun, 12 May 2024 20:34:27 -0400 Subject: [PATCH] Try to capture more Electron apps --- bombadil.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bombadil.toml b/bombadil.toml index c544299..b371e98 100644 --- a/bombadil.toml +++ b/bombadil.toml @@ -13,7 +13,9 @@ scripts = { source = "scripts", target = "scripts" } editorconfig = { source = "home/editorconfig", target = ".editorconfig" } electron = { source = "config/electron-flags.conf", target = ".config/electron-flags.conf" } -electron28 = { source = "config/electron-flags.conf", target = ".config/electron28-flags.conf" } +electron16 = { source = "config/electron-flags.conf", target = ".config/electron16-flags.conf" } +electron29 = { source = "config/electron-flags.conf", target = ".config/electron29-flags.conf" } +electron30 = { source = "config/electron-flags.conf", target = ".config/electron30-flags.conf" } discord = { source = "config/electron-flags.conf", target = ".config/discord-flags.conf" } git = { source = "git/config", target = ".config/git/config" }