diff --git a/home/x/i3.nix b/home/x/i3.nix index 400803c..076a4a6 100644 --- a/home/x/i3.nix +++ b/home/x/i3.nix @@ -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"; + } ]; }; };