home: i3: fix spotify for good?

Spotify doesn't always behave as expected, adding

--no-auto-back-and-forth

seems to help
This commit is contained in:
Antoine Martin 2021-06-11 13:08:54 +02:00
parent 9c50a5fa47
commit 9f3c4858c1

View file

@ -130,7 +130,10 @@ in
# its class until after initialization, so has to be done this way.
#
# See https://i3wm.org/docs/userguide.html#assign_workspace
{ criteria = { class = "Spotify"; }; command = "move to workspace 8"; }
{
criteria = { class = "Spotify"; };
command = "move --no-auto-back-and-forth to workspace 8";
}
];
};
};