This would basicaly call the exec command after allocing a new workspace. This would largely just be a convenience thing because I think something like bindsym $mod+x nop workspace alloc; exec foo may be a race conditon on where the window for foo shows up.
This would basicaly call the
execcommand after allocing a new workspace. This would largely just be a convenience thing because I think something likebindsym $mod+x nop workspace alloc; exec foomay be a race conditon on where the window forfooshows up.