Switch to chromium
This commit is contained in:
parent
c7c6089237
commit
96ecc68434
|
@ -77,7 +77,7 @@
|
|||
"SpellcheckEnabled" = true;
|
||||
"SpellcheckLanguage" = ["en-GB"];
|
||||
};
|
||||
defaultSearchProviderSearchURL = "https://duckduckgo.com/?q=%s";
|
||||
defaultSearchProviderSearchURL = "https://duckduckgo.com/?q={searchTerms}";
|
||||
defaultSearchProviderEnabled = true;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -67,7 +67,7 @@ animations {
|
|||
bind = SUPER, Return, exec, wezterm
|
||||
bind = SUPER, Space, exec, pkill rofi || rofi -show drun
|
||||
bind = SUPER SHIFT, Space, togglefloating,
|
||||
bind = SUPER, W, exec, pgrep firefox > /dev/null || firefox
|
||||
bind = SUPER, W, exec, pgrep chromium > /dev/null || chromium
|
||||
bind = SUPER, E, exec, thunar
|
||||
bind = SUPER, Q, killactive,
|
||||
bind = SUPER SHIFT, Q, exec, powermenu
|
||||
|
@ -141,6 +141,7 @@ bindm = SUPER, mouse:273, resizewindow
|
|||
|
||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||
windowrule = workspace 2,(neovide)
|
||||
windowrule = workspace 3,(chromium-browser)
|
||||
windowrule = workspace 3,(firefox)
|
||||
windowrule = workspace 4,^(libreoffice).*
|
||||
windowrule = workspace 4,(Zotero)
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
format-icons = {
|
||||
"1" = "";
|
||||
"2" = "";
|
||||
"3" = "";
|
||||
"3" = "";
|
||||
"4" = "";
|
||||
"5" = "";
|
||||
"6" = "";
|
||||
|
|
|
@ -1,11 +1,6 @@
|
|||
{...}: {
|
||||
programs.chromium = {
|
||||
enable = true;
|
||||
extensions = [
|
||||
{id = "cjpalhdlnbpafiamejdnhcphjbkeiagm";} # uBlock Origin
|
||||
{id = "fnaicdffflnofjppbagibeoednhnbjhg";} # Floccus
|
||||
{id = "nngceckbapebfimnlniiiahkandclblb";} # Bitwarden
|
||||
{id = "dphilobhebphkdjbpfohgikllaljmgbn";} # Simplelogin
|
||||
];
|
||||
commandLineArgs = ["--ozone-platform-hint=auto"];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue