From 22e727b85927de960333214b8c352838616d25be Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Fri, 24 Dec 2021 11:09:45 +0530 Subject: [PATCH] sway: Fix gst-play outputs to workspace 4 Use the command to figure out swaymsg -t get_tree | jq | nvim -R gst-play does not seem to get an app_id so relying on the title for the same. --- sway/.config/sway/config | 1 + 1 file changed, 1 insertion(+) diff --git a/sway/.config/sway/config b/sway/.config/sway/config index ac2204a..28cf9a5 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -266,6 +266,7 @@ for_window [title="Firefox — Sharing Indicator"] floating enable for_window [title="Firefox — Sharing Indicator"] no_focus for_window [app_id="gst-launch-1.0"] floating enable, resize set width 1920 px height 1080px assign [app_id="gst-launch-1.0"] 4 +assign [title="gst-play-1.0"] 4 # Call kanshi to automatically configure connected display outputs # exec kanshi