Skip to content

Persistent workspaces not shown in overview #487

Description

@tobias-haenel

Empty but persistent workspaces are currently not shown any more in the overview. This was the case in prior versions (before the lua config move). Can this be reenabled, maybe via a flag? Or is this a bug?

For reference:
my workspace rules

hl.workspace_rule({ workspace = "1", persistent = true, default_name = "NW" })
hl.workspace_rule({ workspace = "2", persistent = true, default_name = "N" })
hl.workspace_rule({ workspace = "3", persistent = true, default_name = "NE" })
hl.workspace_rule({ workspace = "4", persistent = true, default_name = "W" })
hl.workspace_rule({ workspace = "5", persistent = true, monitor = "DP-1", default = true, default_name = "M" })
hl.workspace_rule({ workspace = "6", persistent = true, default_name = "E" })
hl.workspace_rule({ workspace = "7", persistent = true, default_name = "SW" })
hl.workspace_rule({ workspace = "8", persistent = true, default_name = "S" })
hl.workspace_rule({ workspace = "9", persistent = true, default_name = "SE" })

my config:

// Edit with `hyprshell config edit`
(
    version: 4,
    windows: (
        scale: 7.0,
        items_per_row: 3,
        overview: (
            launcher: (
                default_terminal: "wezterm",
                launch_modifier: "ctrl",
                width: 1000,
                max_items: 4,
                show_when_empty: true,
                plugins: (
                    applications: (
                        run_cache_weeks: 8,
                        show_execs: true,
                        show_actions_submenu: true,
                    ),
                    terminal: None,
                    shell: None,
                    websearch: None,
                    calc: None,
                    path: (),
                    actions: None,
                ),
            ),
            key: "Up",
            top_offset: 430,
            modifier: "super",
            filter_by: [],
            exclude_workspaces: "",
        ),
        switch: None,
        switch_2: None,
    ),
)

Image

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

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions