Skip to content

Not detecting lettered workspaces correctly #67

Description

@alvitawa

I dont use numbered workspaces 1,2,3,4 etc only but also lettered workspaces (F,G,B,T)

Image

However, none of the windows inside lettered workspaces show up (for example Alacritty in workspace G in the example)

My sway config:

# switch to workspace
bindsym $mod+1 workspace number $ws1
bindsym $mod+2 workspace number $ws2
bindsym $mod+3 workspace number $ws3
bindsym $mod+4 workspace number $ws4
bindsym $mod+5 workspace number $ws5
bindsym $mod+6 workspace number $ws6
bindsym $mod+7 workspace number $ws7
bindsym $mod+8 workspace number $ws8
bindsym $mod+9 workspace number $ws9
bindsym $mod+0 workspace number $ws10
bindsym $mod+f workspace $wsF
bindsym $mod+g workspace $wsG
bindsym $mod+b workspace $wsB
bindsym $mod+t workspace $wsT

Maybe there a bug in the code where a 'number' somewhere needs to be removed when the workspace is not a number?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions