From bf52b65dd5d27b05bf8720955aeeaf3427f11f92 Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 21 Sep 2023 20:03:19 +0000 Subject: [PATCH] Dino: fix to workspace 1 --- hosts/modules/gui/sway/sway-config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/modules/gui/sway/sway-config b/hosts/modules/gui/sway/sway-config index b352deee..404a9ca7 100644 --- a/hosts/modules/gui/sway/sway-config +++ b/hosts/modules/gui/sway/sway-config @@ -137,9 +137,13 @@ bar { } ### application-specific settings +#### to obtain app-id's run `swaymsg -t get_tree` for_window [app_id="pinentry-.*"] floating true for_window [app_id="foot" title=".*sxmo/modem/.*/draft.txt.*"] resize set height 25 for_window [title="megapixels"] inhibit_idle open +# Dino (XMPP) is ordinarily started for the purpose of daemonizing (but still visible). keep it on a predictable, out-of-the-way workspace +# TODO: could be neat to somehow do this in a way that it never steals focus from anything... +for_window [app_id="im.dino.Dino"] move container to workspace number 1 ### displays ## DESKTOP