Workspace 1 not getting name set in config at startup
asked 2014-05-12 20:55:58 +0000
This post is a wiki. Anyone with karma >100 is welcome to improve it.
I have set names for some workspaces (1-4) but at session startup I get the default workspace 1 (no name!). If I switch to it afterwards I get the correct name (1: some-Unicode-char). I tried to name all workspaces, using plain text for names instead of Unicode chars but result is always the same. Config parsing gives no errors and, anyway, workspace referencing works fine (I use "workspace number x") Is it actually meant to be this way or am I missing something? Edit: when I have only the first 4 workspaces named, first workspace created is number 5 (the first unnamed one).
Here is part of my configuration:
bindsym $mod+1 workspace number 1:
bindsym $mod+2 workspace number 2:
bindsym $mod+3 workspace number 3:
bindsym $mod+4 workspace number 4:
bindsym $mod+5 workspace 5
[...]
bindsym $mod+0 workspace 10
bindsym $mod+Shift+1 move container to workspace number 1:
[...]
Could you please add the relevant parts of your configuration?
```bindsym $mod+1 workspace number 1: bindsym $mod+2 workspace number 2: bindsym $mod+3 workspace number 3: bindsym $mod+4 workspace number 4: bindsym $mod+5 workspace 5``` same for wksp 6-10 (unnamed) and for move bindings: ```bindsym $mod+Shift+1 move container to workspace number 1: ```