home: i3: assign spotify to workspace 8
This commit is contained in:
parent
e6056b0498
commit
ed1b2384e0
|
@ -115,6 +115,12 @@ in
|
|||
|
||||
window.commands = [
|
||||
{ command = "border pixel 2"; criteria = { class = "Alacritty"; }; }
|
||||
|
||||
# NOTE: should be done with an assign command, but Spotify doesn't set
|
||||
# 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"; }
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue