Multiple commands to a keybind
I am wanting to have a seperate "stack" of workspaces for each monitor. To do this, I need to run two commands by the same keybind. Along the lines of this
bindsym $mod+1 workspace 1 bindsym $mod+1 move workspace to output right . ...
bindsym $mod2+1 workspace 11 bindsym $mod2+1 move workspace to output left . ...
(unrelated: $mod2 = Control)
This config is not accepted however. And if I try to combine them it will behave the same, but create workspace "1 to output right".