From 63f6268291015301fae6e0a98f955f0bf75b7c95 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 8 Mar 2025 10:25:26 +0900 Subject: removed the & on opening a browser --- config/waybar/ModulesCustom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/waybar/ModulesCustom') diff --git a/config/waybar/ModulesCustom b/config/waybar/ModulesCustom index 814b07b9..86cbe6c6 100644 --- a/config/waybar/ModulesCustom +++ b/config/waybar/ModulesCustom @@ -33,7 +33,7 @@ "custom/browser": { "format": " ", - "on-click": "xdg-open https:// &", + "on-click": "xdg-open https://", "tooltip": true, "tooltip-format": "Launch Browser", }, -- cgit v1.2.3