feat(firefox): now uses web-app for versatility
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
];
|
||||
|
||||
workspace = [
|
||||
"special:youtube, on-created-empty:uwsm app -- firefox -P YouTube --name youtube"
|
||||
"special:jellyfin, on-created-empty:uwsm app -- firefox -P Jellyfin --name jellyfin"
|
||||
"special:youtube, on-created-empty:uwsm app -- firefox -P web-app --name youtube https://youtube.com"
|
||||
"special:jellyfin, on-created-empty:uwsm app -- firefox -P web-app --name jellyfin https://watch.sakamoto.dev"
|
||||
];
|
||||
|
||||
windowrulev2 = [
|
||||
@@ -68,6 +68,12 @@
|
||||
name = "Jellyfin";
|
||||
url = "https://watch.sakamoto.dev";
|
||||
};
|
||||
web-app = import ./profiles/web-app.nix {
|
||||
inherit pkgs myConfig;
|
||||
id = 3;
|
||||
name = "web-app";
|
||||
url = "about:blank";
|
||||
};
|
||||
hakase = {
|
||||
search.force = true;
|
||||
isDefault = true;
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
bitwarden
|
||||
tridactyl
|
||||
new-tab-override
|
||||
pywalfox
|
||||
];
|
||||
|
||||
settings = {
|
||||
@@ -37,6 +38,7 @@
|
||||
"widget.use-xdg-desktop-portal.file-picker" = 1; # Use native file picker
|
||||
|
||||
# --- UI & Behavior ---
|
||||
"browser.toolbars.bookmarks.visibility" = "never";
|
||||
"browser.compactmode.show" = true;
|
||||
"browser.tabs.closeWindowWithLastTab" = false;
|
||||
"extensions.pocket.enabled" = false;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
textfox = {
|
||||
enable = true;
|
||||
profile = "hakase";
|
||||
profiles = ["hakase" "web-app"];
|
||||
config = {
|
||||
# background = {
|
||||
# color = "#123456";
|
||||
|
||||
Reference in New Issue
Block a user