how can I set a tabbed layout for a specific workspace, so only that workspace is tabbed, and other ones unchanged?
1 Answer
Use the following in a script and load it via your i3 config file:
i3-msg "workspace X; layout tabbed"
The official documentation or Arch wiki are the best sources of information on configuration in my experience.