mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Switch to chromium
Less Google spyware!
This commit is contained in:
@ -8,7 +8,7 @@ source = ~/.config/hypr/hyprland-monitors.conf
|
||||
source = ~/.local/share/omarchy/default/hypr/bindings.conf
|
||||
|
||||
# Extra bindings
|
||||
$webapp = google-chrome-stable --new-window --app
|
||||
$webapp = chromium --new-window --app
|
||||
bind = SUPER, A, exec, $webapp="https://chatgpt.com"
|
||||
bind = SUPER, C, exec, $webapp="https://app.hey.com/calendar/weeks/"
|
||||
bind = SUPER, E, exec, $webapp="https://app.hey.com"
|
||||
@ -181,6 +181,7 @@ device {
|
||||
|
||||
# Ignore maximize requests from apps. You'll probably like this.
|
||||
windowrule = suppressevent maximize, class:.*
|
||||
windowrule = tile, class:^(Chromium)$
|
||||
|
||||
# Fix some dragging issues with XWayland
|
||||
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
$terminal = alacritty
|
||||
$fileManager = nautilus --new-window
|
||||
$browser = google-chrome-stable --new-window
|
||||
$browser = chromium --new-window
|
||||
$menu = wofi --show drun
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
|
@ -1,5 +1,5 @@
|
||||
yay -S --noconfirm --needed \
|
||||
brightnessctl playerctl wpctl pamixer wireplumber power-profiles-daemon \
|
||||
nautilus google-chrome vlc \
|
||||
nautilus chromium vlc \
|
||||
evince imv \
|
||||
noto-fonts-emoji
|
||||
|
Reference in New Issue
Block a user