diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-08 10:25:26 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-08 10:25:34 +0900 |
| commit | 63f6268291015301fae6e0a98f955f0bf75b7c95 (patch) | |
| tree | ec5cb97fa686b7b6d475e8a35e98060c74943c61 /config/waybar/ModulesCustom | |
| parent | 5647a5953f64959302abc8b2109d37d20b452eff (diff) | |
removed the & on opening a browser
Diffstat (limited to 'config/waybar/ModulesCustom')
| -rw-r--r-- | config/waybar/ModulesCustom | 2 |
1 files changed, 1 insertions, 1 deletions
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", }, |
