From a514ab6092f22f025460be971bf7dc9c0c80ff77 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 26 Jun 2021 02:01:59 +0200 Subject: dnyarri: Tie the Psi XMPP client to workspace 1 Workspace one is usually my "communications workspace" and since I've been using Psi as my go-to XMPP client, it's a good idea to add it to that workspace, even though I usually start it on that workspace anyway. Signed-off-by: aszlig --- machines/aszlig/dnyarri.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/aszlig/dnyarri.nix b/machines/aszlig/dnyarri.nix index 48cde776..44aacc1d 100644 --- a/machines/aszlig/dnyarri.nix +++ b/machines/aszlig/dnyarri.nix @@ -108,7 +108,7 @@ in { vuizvui.user.aszlig.services.i3.workspaces."1" = { label = "XMPP"; - assign = lib.singleton { class = "^(?:Tkabber|Gajim)\$"; }; + assign = lib.singleton { class = "^(?:Tkabber|Gajim|Psi)\$"; }; }; vuizvui.user.aszlig.services.i3.workspaces."3" = { -- cgit 1.4.1