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 +} 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 */