diff --git a/apps/firefox/default.nix b/apps/firefox/default.nix index 373eaa0..e3b12ee 100644 --- a/apps/firefox/default.nix +++ b/apps/firefox/default.nix @@ -13,14 +13,18 @@ "SUPER, W, Open Browser, exec, uwsm app -- firefox" "SUPER, Y, Toggle YouTube, togglespecialworkspace, youtube" "SUPER SHIFT, Y, Move to YouTube Special Workspace, movetoworkspace, special:youtube" + "SUPER, I, Toggle Jellyfin, togglespecialworkspace, jellyfin" + "SUPER SHIFT, I, Move to Jellyfin Special Workspace, movetoworkspace, special:jellyfin" ]; 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" ]; windowrulev2 = [ "workspace special:youtube, class:^(youtube)$" + "workspace special:jellyfin, class:^(jellyfin)$" ]; }; imports = [ @@ -58,6 +62,12 @@ name = "YouTube"; url = "https://youtube.com"; }; + jellyfin = import ./profiles/web-app.nix { + inherit pkgs myConfig; + id = 2; + name = "Jellyfin"; + url = "https://watch.sakamoto.dev"; + }; hakase = { search.force = true; isDefault = true;