From 61038f95fba8469615ce92b71a9b19347ed9adee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Sj=C3=B8gren?= <asjo@koldfront.dk> Date: Sat, 3 Sep 2016 23:41:10 +0200 Subject: [PATCH] Add note about when Stoppable does not work. --- XMonad/Layout/Stoppable.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/XMonad/Layout/Stoppable.hs b/XMonad/Layout/Stoppable.hs index 5c95aa18..a7c3acea 100644 --- a/XMonad/Layout/Stoppable.hs +++ b/XMonad/Layout/Stoppable.hs @@ -35,6 +35,9 @@ -- (Linux-centric) approach may be used. See -- <https://www.kernel.org/doc/Documentation/cgroups/freezer-subsystem.txt> -- +-- * Note +-- This module doesn't work on programs that do fancy things with processes +-- (such as Chromium) and programs that do not set _NET_WM_PID. ----------------------------------------------------------------------------- module XMonad.Layout.Stoppable