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!"