Accessing named workspaces assigned to outputs by number
I have the following lines in my i3 config:
bindsym $mod+1 workspace number 1
workspace "1: mail" output HDMI2
I would expect pressing $mod+1
to take me to 1: mail, but it instead takes me to workspace 1. Which behavior is expected?
I originally had the full workspace name in every workspace command, but I was trying to simplify and consolidate my work and home configs. If this behavior is intended -- that workspace 1 and workspace number 1 are different -- I can use variables to solve my problem. If not, I'll send a patch.