Update my name

This commit is contained in:
Tony Zorman 2022-05-05 21:06:53 +02:00
parent 4a982e54c9
commit 6c787204aa
4 changed files with 8 additions and 8 deletions

View File

@ -3,10 +3,10 @@
-- |
-- Module : XMonad.Hooks.ShowWName
-- Description : Like 'XMonad.Layout.ShowWName', but as a logHook
-- Copyright : (c) 2022 Solid <soliditsallgood@mailbox.org>
-- Copyright : (c) 2022 Tony Zorman
-- License : BSD3-style (see LICENSE)
--
-- Maintainer : soliditsallgood@mailbox.org
-- Maintainer : Tony Zorman <soliditsallgood@mailbox.org>
--
-- Flash the names of workspaces name when switching to them. This is a
-- reimplementation of 'XMonad.Layout.ShowWName' as a logHook.

View File

@ -4,10 +4,10 @@
-- |
-- Module : XMonad.Prelude
-- Description : Utility functions and re-exports.
-- Copyright : slotThe <soliditsallgood@mailbox.org>
-- Copyright : (c) 2021 Tony Zorman
-- License : BSD3-style (see LICENSE)
--
-- Maintainer : slotThe <soliditsallgood@mailbox.org>
-- Maintainer : Tony Zorman <soliditsallgood@mailbox.org>
--
-- Utility functions and re-exports for a more ergonomic developing
-- experience. Users themselves will not find much use here.

View File

@ -8,10 +8,10 @@
-- |
-- Module : XMonad.Prompt.OrgMode
-- Description : A prompt for interacting with org-mode.
-- Copyright : (c) 2021 slotThe <soliditsallgood@mailbox.org>
-- Copyright : (c) 2021 Tony Zorman
-- License : BSD3-style (see LICENSE)
--
-- Maintainer : slotThe <soliditsallgood@mailbox.org>
-- Maintainer : Tony Zorman <soliditsallgood@mailbox.org>
-- Stability : experimental
-- Portability : unknown
--

View File

@ -7,9 +7,9 @@
-- |
-- Module : XMonad.Util.Parser
-- Description : A parser combinator library for xmonad
-- Copyright : (c) 2021 slotThe <soliditsallgood@mailbox.org>
-- Copyright : (c) 2021 Tony Zorman
-- License : BSD3
-- Maintainer : slotThe <soliditsallgood@mailbox.org>
-- Maintainer : Tony Zorman <soliditsallgood@mailbox.org>
-- Stability : experimental
-- Portability : non-portable
--