summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/home.scm b/home.scm
index 8808164..4674fec 100644
--- a/home.scm
+++ b/home.scm
@@ -320,10 +320,9 @@
(sway-output
(identifier 'eDP-1))))
(extra-content
- '("for_window [title=\"Icecat — Sharing Indicator\"] kill"
- "for_window [title=\".* - mpv$\"] floating enable, sticky enable, inhibit_idle fullscreen"
+ '("for_window [title=\".* - mpv$\"] floating enable, sticky enable, inhibit_idle fullscreen"
"for_window [app_id=\"Icecat\"] inhibit_idle fullscreen"
- "for_window [appid=\"org.jellyfin.JellyfinDesktop\"] inhibit_idle fullscreen"
+ "for_window [app_id=\"org.jellyfin.JellyfinDesktop\"] inhibit_idle fullscreen"
"floating_modifier $mod")))))
%base-home-services))))