Skip to content

unreachable code (case --kwin is already matched) #577

Description

@antalk2

The --kwin part of the condition here

--weston|--kwin|--hostwayland)

overlaps the case "--kwin)" above,

--kwin)

thus the block here is not executed for --kwin, including --kwin specific part
under [ "$Xserver" = "--kwin" ]

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