From 1a34be257c94ea9aa447d70b082291e492ffbc67 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 15 Dec 2025 09:58:08 -0800 Subject: [PATCH] Add backdoor to start alacritty Will help folks who have trouble with ghostty to still get a terminal going --- config/waybar/config.jsonc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/waybar/config.jsonc b/config/waybar/config.jsonc index f0191c14..62863cb0 100644 --- a/config/waybar/config.jsonc +++ b/config/waybar/config.jsonc @@ -57,7 +57,8 @@ "cpu": { "interval": 5, "format": "󰍛", - "on-click": "omarchy-launch-or-focus-tui btop" + "on-click": "omarchy-launch-or-focus-tui btop", + "on-click-right": "alacritty" }, "clock": { "format": "{:L%A %H:%M}",