From f2e253ad3ef1affc8db606489fc84cd970e30012 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Tue, 18 Oct 2022 21:32:43 +0200 Subject: [PATCH] Tag --- xmonad/.xmonad/xmonad.hs | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/xmonad/.xmonad/xmonad.hs b/xmonad/.xmonad/xmonad.hs index 6eb43dd..1d1524c 100644 --- a/xmonad/.xmonad/xmonad.hs +++ b/xmonad/.xmonad/xmonad.hs @@ -1,11 +1,9 @@ --- --- xmonad example config file. --- --- A template showing all available configuration hooks, --- and how to override the defaults in your own xmonad.hs conf file. --- --- Normally, you'd only override those defaults you care about. --- +-- __ ____ __ _ +-- \ \/ / \/ | ___ _ __ __ _ __| | +-- \ /| |\/| |/ _ \| '_ \ / _` |/ _` | +-- / \| | | | (_) | | | | (_| | (_| | +-- /_/\_\_| |_|\___/|_| |_|\__,_|\__,_| + import Data.Monoid import System.Exit import XMonad