summaryrefslogtreecommitdiff
path: root/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'config.ts')
-rw-r--r--config.ts21
1 files changed, 21 insertions, 0 deletions
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,
+};