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

Implement proper handling of the _NET_CM_Sn selection #320

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 24, 2015

  1. Don't steal the _NET_WM_CM_Sn selection (chjj#301)

    Before becoming the selection owner for _NET_WM_CM_Sn, compton will now check if
    that selection is already owned (which means that another composite manager is
    already running). If this check fails, startup will be refused. This behaviour
    is required by EWMH / ICCCM.
    
    Because this should catch all composite managers, the error message that was
    used before when another manager is already running is reworded to mention that
    the other manager does not follow EWMH.
    
    Signed-off-by: Uli Schlachter <psychon@znc.in>
    psychon committed Oct 24, 2015
    Configuration menu
    Copy the full SHA
    945fdd4 View commit details
    Browse the repository at this point in the history
  2. Exit when compton loses the _NET_WM_CM_Sn selection

    Again, this behaviour is required by ICCCM.
    
    Signed-off-by: Uli Schlachter <psychon@znc.in>
    psychon committed Oct 24, 2015
    Configuration menu
    Copy the full SHA
    0914821 View commit details
    Browse the repository at this point in the history