lightmode
E. Almqvist 2 years ago
parent 5a1f44c2db
commit f2e253ad3e
  1. 14
      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

Loading…
Cancel
Save