From 152d3883b95a6e6559ca8689236c1931e785faa6 Mon Sep 17 00:00:00 2001 From: The_miro Date: Wed, 9 Jul 2025 01:29:29 +0200 Subject: [PATCH 1/2] figured out that i need to all:unset the gtk themes --- gtk-themes/cyberqueer/gtk-3.0/gtk.css | 1 + gtk-themes/cyberqueer/gtk-4.0/gtk.css | 1 + 2 files changed, 2 insertions(+) diff --git a/gtk-themes/cyberqueer/gtk-3.0/gtk.css b/gtk-themes/cyberqueer/gtk-3.0/gtk.css index 5b874a7..3ba4345 100644 --- a/gtk-themes/cyberqueer/gtk-3.0/gtk.css +++ b/gtk-themes/cyberqueer/gtk-3.0/gtk.css @@ -1,5 +1,6 @@ /* Base reset */ * { + all: unset; font-family: "Agave Nerd Font Mono", sans-serif; font-size: 14pt; color: #d6abab; /* Updated text color */ diff --git a/gtk-themes/cyberqueer/gtk-4.0/gtk.css b/gtk-themes/cyberqueer/gtk-4.0/gtk.css index 5b874a7..3ba4345 100644 --- a/gtk-themes/cyberqueer/gtk-4.0/gtk.css +++ b/gtk-themes/cyberqueer/gtk-4.0/gtk.css @@ -1,5 +1,6 @@ /* Base reset */ * { + all: unset; font-family: "Agave Nerd Font Mono", sans-serif; font-size: 14pt; color: #d6abab; /* Updated text color */ From 7d03113fee946af019f604f538c2b40e90b88c84 Mon Sep 17 00:00:00 2001 From: The_miro Date: Wed, 9 Jul 2025 01:43:02 +0200 Subject: [PATCH 2/2] 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 +}