From 2686a897ea54a2c37e89223b6286bbfcd0038e62 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 18 Oct 2021 13:36:05 +0300 Subject: [PATCH] sway/config: import some window settings From this excellent Reddit thread: https://www.reddit.com/r/swaywm/comments/q90v6l/sharing_some_for_window_rules/ --- sway/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sway/config b/sway/config index 3815e16..0a6d6d7 100644 --- a/sway/config +++ b/sway/config @@ -34,11 +34,14 @@ assign [app_id="geary"] 3 assign [app_id="thunderbird"] 3 for_window [app_id="gnome-calculator"] floating enable for_window [app_id="firefox" title="About Firefox"] floating enable +for_window [app_id="firefox" title="^Picture-in-Picture$"] floating enable; sticky enable # Send the sharing indicator in Chrome and Firefox to the scratchpad # https://www.reddit.com/r/swaywm/comments/kee35j/permanently_floating_windows/ for_window [title=".+[Ss]haring (Indicator|your screen)"] floating enable, move to scratchpad for_window [title="Extension: \(PassFF\).*"] floating enable for_window [title="Office 365 - Manual authentication"] floating enable +for_window [app_id="org.jellyfin.jellyfinmediaplayer"] inhibit_idle visible +for_window [title="(?:Open|Save) (?:File|Folder|As)"] floating enable, resize set width 1030 height 710 ### Output configuration #