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 Data.Monoid
import System.Exit import System.Exit
import XMonad import XMonad

Loading…
Cancel
Save