feat(firefox): now uses web-app for versatility

This commit is contained in:
kenji
2026-01-11 13:53:48 -06:00
parent 992ca558dd
commit 3d51e1db83
3 changed files with 11 additions and 3 deletions
+8 -2
View File
@@ -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;
+2
View File
@@ -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 -1
View File
@@ -1,7 +1,7 @@
{
textfox = {
enable = true;
profile = "hakase";
profiles = ["hakase" "web-app"];
config = {
# background = {
# color = "#123456";