Skip to main content
deleted 6 characters in body
Source Link
Gilles 'SO- stop being evil'
  • 865.3k
  • 205
  • 1.8k
  • 2.3k

i3wm, populate Populate an entire pre-configured workspace in i3wm

Is it possible with I3Wm to populate an entire workspace with determined size, position and commands for each window?

I know I can do i3-msg "exec xterm -e 'ls; bash'"i3-msg "exec xterm -e 'ls; bash'" to create a new window, but I can't specify his position and size.

Maybe there is also an alternative by declaring via JSON the layout or something like that?

Thanks

i3wm, populate an entire pre-configured workspace

Is it possible with I3Wm to populate an entire workspace with determined size, position and commands for each window?

I know I can do i3-msg "exec xterm -e 'ls; bash'" to create a new window, but I can't specify his position and size.

Maybe there is also an alternative by declaring via JSON the layout or something like that?

Thanks

Populate an entire pre-configured workspace in i3wm

Is it possible with I3Wm to populate an entire workspace with determined size, position and commands for each window?

I know I can do i3-msg "exec xterm -e 'ls; bash'" to create a new window, but I can't specify his position and size.

Maybe there is also an alternative by declaring via JSON the layout or something like that?

Source Link
Unitech
  • 133
  • 1
  • 4

i3wm, populate an entire pre-configured workspace

Is it possible with I3Wm to populate an entire workspace with determined size, position and commands for each window?

I know I can do i3-msg "exec xterm -e 'ls; bash'" to create a new window, but I can't specify his position and size.

Maybe there is also an alternative by declaring via JSON the layout or something like that?

Thanks