Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • xfwm4 xfwm4
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
  • Issues 363
    • Issues 363
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 42
    • Merge requests 42
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • XfceXfce
  • xfwm4xfwm4
  • Merge requests
  • !55

Feature: window policies

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Enrico Weigelt requested to merge metux/xfwm4:submit/window-policies into master Oct 10, 2022
  • Overview 1
  • Commits 10
  • Pipelines 20
  • Changes 17

Introducing a new feature for setting window behaviour via policies, based on usual selectors like window class, name, type. Those policies are matched against the selector elements (or wildcards) and set certain attributes for matching windows.

For now just implementing two policy attributes for initial positioning:

  • placement.geometry: set initial position / size
  • placement.midpoint: set midpoint of initial position
  • force.border: enforce a border for window, even if the application doesn't have it
Edited Oct 19, 2022 by Enrico Weigelt
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: submit/window-policies