switched to floorp
goodbye firefox
This commit is contained in:
parent
de8d18de2d
commit
0e801d81df
3 changed files with 6 additions and 7 deletions
|
@ -1,7 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
programs.firefox = {
|
||||
programs.floorp = {
|
||||
enable = true;
|
||||
package = pkgs.stable.firefox;
|
||||
profiles.blue = {
|
||||
isDefault = true;
|
||||
id = 0;
|
||||
|
@ -22,7 +21,7 @@
|
|||
shinigami-eyes
|
||||
];
|
||||
search = {
|
||||
default = "ddg"; # Set search engine to DuckDuckGo
|
||||
default = "DuckDuckGo"; # Set search engine to DuckDuckGo
|
||||
force = true; # Prevents annoying error when rebuilding
|
||||
};
|
||||
settings = {
|
||||
|
|
|
@ -41,9 +41,9 @@
|
|||
];
|
||||
exec-once = [
|
||||
"[workspace name:comms silent; move -100%,100%] telegram-desktop"
|
||||
"[workspace name:comms silent; move -100%,-100%] signal-desktop"
|
||||
"[workspace name:comms silent; move 100%,100%] firefox https://web.whatsapp.com https://instagram.com"
|
||||
"[workspace name:comms silent; move 100%,-100%] vesktop"
|
||||
"[workspace name:comms silent; move -100%,-100%] signal-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland"
|
||||
# "[workspace name:comms silent; move 100%,100%] firefox https://web.whatsapp.com https://instagram.com"
|
||||
"[workspace name:comms silent; move 100%,-100%] vesktop --enable-features=UseOzonePlatform --ozone-platform=wayland"
|
||||
];
|
||||
|
||||
# Declare all keybinds
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
};
|
||||
polarity = "dark";
|
||||
targets = {
|
||||
firefox.profileNames = ["blue"];
|
||||
floorp.profileNames = ["blue"];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue