Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hyprland/workspaces: Improve the workspaces persistency logic #2967

Merged
merged 2 commits into from
Feb 27, 2024

Commits on Feb 25, 2024

  1. Improve hyprland/workspaces persistency logic

    Fixes Alexays#2945
    
    Split the config and rule persistency in 2 attributes, one storing the
    persistency as set in Waybar's config, the other one storing the
    persistency as set in Hyprland.
    
    It fixes some conflicts between the persistency state of a workspace as
    set in Waybar's config and its dynamic state in Hyprland.
    
    It allows to remove a persistent workspace in Waybar if this workspace
    is removed from Hyprland and if the workspace is not set as persistent
    in Waybar's config.
    aruhier committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    b3ee94d View commit details
    Browse the repository at this point in the history
  2. Attributes doc format fix from the review

    Co-authored-by: Tuur Vanhoutte <4633209+zjeffer@users.noreply.github.com>
    aruhier and zjeffer committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    d6d4d87 View commit details
    Browse the repository at this point in the history