From 684baa7e37987e669d756cb7c0b1f093cc8154eb Mon Sep 17 00:00:00 2001 From: Emmet Date: Tue, 13 Aug 2024 15:57:28 -0500 Subject: [PATCH] Deprecation warning to xmonad config --- user/wm/xmonad/xmonad.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/user/wm/xmonad/xmonad.org b/user/wm/xmonad/xmonad.org index 676f055..c4cdfce 100644 --- a/user/wm/xmonad/xmonad.org +++ b/user/wm/xmonad/xmonad.org @@ -1,6 +1,10 @@ #+title: Xmonad Config #+author: Emmet +* DEPRECATED +# TODO remove XMonad config +I haven't used XMonad in probably a year, so this is completely unmaintained and I'll probably remove it at some point, since I have completely migrated to Wayland at this point! + * XMonad Config The main configuration file for XMonad is [[./xmonad.hs][~/.xmonad/xmonad.hs]]. ** Imports