Startup application (default workspaces) #807
Answered
by
rollsrobby
ramonvermeulen
asked this question in
questions-and-answers
-
Is it possible to save workspaces and use them as default? E.g. in i3 I had a set-up where certain applications went into certain workspaces (1-9) by default when booting my machine. |
Beta Was this translation helpful? Give feedback.
Answered by
rollsrobby
Dec 5, 2024
Replies: 1 comment 2 replies
-
Maybe you can combine [[on-window-detected]]
if.app-id = 'com.github.wez.wezterm'
run = ['move-node-to-workspace T'] I use a shortcut to start the apps to not have this open everytime I boot. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
ramonvermeulen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe you can combine
after-login-command = []
with on-window-detect.I use a shortcut to start the apps to not have this open everytime I boot.