aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/awesome/rc.lua14
-rw-r--r--.local/etc/wrapper.d/jellyfin.rc1
2 files changed, 15 insertions, 0 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index c3ec40b..06e5ce2 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -551,6 +551,20 @@ awful.rules.rules = {
-- { rule = { class = "Firefox" },
-- properties = { screen = 1, tag = "2" } },
+ -- Jellyfin
+ {
+ rule = {
+ class = "jellyfin",
+ -- class = {,
+ -- "Chromium-browser-chromium",
+ -- },
+ },
+ properties = {
+ tag = sharedtaglist[6],
+ maximized = true,
+ },
+ },
+
-- World of Warcraft
{
rule_any = {
diff --git a/.local/etc/wrapper.d/jellyfin.rc b/.local/etc/wrapper.d/jellyfin.rc
index 1e36a91..08105db 100644
--- a/.local/etc/wrapper.d/jellyfin.rc
+++ b/.local/etc/wrapper.d/jellyfin.rc
@@ -7,6 +7,7 @@ WRAPPER_BINS="
WRAPPER_OPTS="
--app=https://tv.tyil.nl
+ --class=jellyfin
--disable-session-crashed-bubble
--user-data-dir=\"$HOME/.config/chromium.d/jellyfin\"
"