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