From 7d03113fee946af019f604f538c2b40e90b88c84 Mon Sep 17 00:00:00 2001 From: The_miro Date: Wed, 9 Jul 2025 01:43:02 +0200 Subject: [PATCH] firefox private search now runs without args --- desktopenvs/hyprland/ulauncher/shortcuts.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktopenvs/hyprland/ulauncher/shortcuts.json b/desktopenvs/hyprland/ulauncher/shortcuts.json index 930b5d0..02a32bb 100644 --- a/desktopenvs/hyprland/ulauncher/shortcuts.json +++ b/desktopenvs/hyprland/ulauncher/shortcuts.json @@ -26,7 +26,7 @@ "cmd": "firefox --private-window", "icon": null, "is_default_search": false, - "run_without_argument": false, + "run_without_argument": true, "added": 1751719096.3762949 }, "e694e0a0-b308-4bd0-92ec-7133b8ed2f7a": { @@ -49,4 +49,4 @@ "run_without_argument": false, "added": 1751764732.6393154 } -} \ No newline at end of file +}