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:
parent
9c50a5fa47
commit
9f3c4858c1
|
@ -130,7 +130,10 @@ in
|
||||||
# its class until after initialization, so has to be done this way.
|
# its class until after initialization, so has to be done this way.
|
||||||
#
|
#
|
||||||
# See https://i3wm.org/docs/userguide.html#assign_workspace
|
# 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";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue