From bd0e3baa0b20491edf641d9d21eb20c93af02609 Mon Sep 17 00:00:00 2001 From: Jan Ehrhardt <59441+jehrhardt@users.noreply.github.com> Date: Mon, 27 Oct 2025 07:57:00 +0100 Subject: [PATCH] Revert "Use Brave instead of Chromium" This reverts commit 9ec58e4756b0bbff06a8a9e507154572f1d5daa2. --- dot_config/hypr/bindings.conf | 2 +- dot_config/hypr/windows.conf | 2 +- run_once_after_setup.sh | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/dot_config/hypr/bindings.conf b/dot_config/hypr/bindings.conf index 9430022..918f50c 100644 --- a/dot_config/hypr/bindings.conf +++ b/dot_config/hypr/bindings.conf @@ -1,6 +1,6 @@ # Application bindings $terminal = uwsm app -- alacritty -$browser = uwsm app -- brave +$browser = uwsm app -- chromium bindd = SUPER, return, Terminal, exec, $terminal bindd = SUPER, F, File manager, exec, $terminal -e yazi diff --git a/dot_config/hypr/windows.conf b/dot_config/hypr/windows.conf index 6f800ed..4074419 100644 --- a/dot_config/hypr/windows.conf +++ b/dot_config/hypr/windows.conf @@ -10,7 +10,7 @@ windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned # App-specific tweaks # Browser types (Chromium only) -windowrule = tag +chromium-based-browser, class:([bB]rave-browser) +windowrule = tag +chromium-based-browser, class:([cC]hrom(e|ium)) # Force chromium-based browsers into a tile to deal with --app bug windowrule = tile, tag:chromium-based-browser diff --git a/run_once_after_setup.sh b/run_once_after_setup.sh index 5f61d0b..0c6ee3f 100755 --- a/run_once_after_setup.sh +++ b/run_once_after_setup.sh @@ -52,7 +52,6 @@ paru -S --needed --noconfirm \ docker-compose \ tree-sitter-cli \ neovim \ - uv \ - brave-bin + uv log_info "All packages installed and configured successfully!" -- 2.51.2