From c2e03775dba9aedbb52c9bf1135a2290faaa21bf Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 14 Jan 2025 19:53:49 +1100 Subject: better config + notifpopups max popups Use a config file --- config.ts | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 config.ts (limited to 'config.ts') diff --git a/config.ts b/config.ts new file mode 100644 index 0000000..ccfa08a --- /dev/null +++ b/config.ts @@ -0,0 +1,21 @@ +export const bar = { + wsPerGroup: 10, + dateTimeFormat: "%d/%m/%y %R", +}; + +export const launcher = { + maxResults: 15, + fdOpts: ["-a", "-t", "f"], + pins: [ + ["firefox", "waterfox", "google-chrome", "chromium", "brave-browser", "vivaldi-stable", "vivaldi-snapshot"], + ["foot", "alacritty", "kitty", "wezterm"], + ["thunar", "nemo", "nautilus"], + ["codium", "code", "clion", "intellij-idea-ultimate-edition"], + ["spotify-adblock", "spotify", "audacious", "elisa"], + ], +}; + +export const notifpopups = { + maxPopups: -1, + expire: false, +}; -- cgit v1.2.3-freya