From 2809ed105eb900f4fa6bb5931a775a3120df5a8f Mon Sep 17 00:00:00 2001 From: Petr Shevtsov <petr.shevtsov@gmail.com> Date: Tue, 29 Dec 2020 21:39:02 +0300 Subject: [PATCH] Add new module XMonad.Config.LXQt --- XMonad/Doc/Extending.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/XMonad/Doc/Extending.hs b/XMonad/Doc/Extending.hs index 8d5522ce..bd71d96f 100644 --- a/XMonad/Doc/Extending.hs +++ b/XMonad/Doc/Extending.hs @@ -415,6 +415,9 @@ own configuration, possibly with some modifications. * "XMonad.Config.Xfce": This module provides a config suitable for use with the Xfce desktop environment. +* "XMonad.Config.LXQt": + This module provides a config suitable for use with the LXQt desktop environment. + -} {- $hooks