mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-28 04:39:25 +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
|
||||
|
Reference in New Issue
Block a user