My dotfiles for Arch Linux

Use Brave instead of Chromium

Revert "Fix browser shortcut"

This reverts commit 305a36bcb7ea8724c6805302655d8bc6682772eb.

Revert "Switch back to plain Chromium"

This reverts commit d4780307bd45992c4c7a866f2c1dabab4bf3bfba.

Signed-off-by: Jan Ehrhardt <59441+jehrhardt@users.noreply.github.com>

+4 -3
+1 -1
dot_config/hypr/bindings.conf
··· 1 1 # Application bindings 2 2 $terminal = uwsm app -- alacritty 3 - $browser = uwsm app -- chromium 3 + $browser = uwsm app -- brave 4 4 5 5 bindd = SUPER, return, Terminal, exec, $terminal 6 6 bindd = SUPER, F, File manager, exec, $terminal -e yazi
+1 -1
dot_config/hypr/windows.conf
··· 10 10 # App-specific tweaks 11 11 12 12 # Browser types (Chromium only) 13 - windowrule = tag +chromium-based-browser, class:([cC]hrom(e|ium)) 13 + windowrule = tag +chromium-based-browser, class:([bB]rave-browser) 14 14 15 15 # Force chromium-based browsers into a tile to deal with --app bug 16 16 windowrule = tile, tag:chromium-based-browser
+2 -1
run_once_after_setup.sh
··· 52 52 docker-compose \ 53 53 tree-sitter-cli \ 54 54 neovim \ 55 - uv 55 + uv \ 56 + brave-bin 56 57 57 58 log_info "All packages installed and configured successfully!"