about summary refs log tree commit diff
path: root/src/XMonad/Custom/Misc.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/XMonad/Custom/Misc.hs')
-rw-r--r--src/XMonad/Custom/Misc.hs33
1 files changed, 0 insertions, 33 deletions
diff --git a/src/XMonad/Custom/Misc.hs b/src/XMonad/Custom/Misc.hs
deleted file mode 100644
index aa48ee2..0000000
--- a/src/XMonad/Custom/Misc.hs
+++ /dev/null
@@ -1,33 +0,0 @@
-{-# OPTIONS_GHC -funbox-strict-fields #-}
-
--- |
--- Module      : XMonad.Custom.Misc
--- Copyright   : (c) 2018-2020 Azat Bahawi <azahi@teknik.io>
--- License     : BSD3-style (see LICENSE)
--- Maintainer  : Azat Bahawi <azahi@teknik.io>
--- Stability   : unstable
--- Portability : unportable
-
-module XMonad.Custom.Misc
-  ( Applications(..)
-  , applications
-  ) where
-
-data Applications = Applications
-  { browser :: !String
-  , mixer   :: !String
-  , notify  :: !String
-  , player  :: !String
-  , term    :: !String
-  , top     :: !String
-  }
-  deriving (Eq, Show)
-
-applications :: Applications
-applications = Applications { browser = "qutebrowser"
-                            , mixer   = "pulsemixer"
-                            , notify  = "notify-send"
-                            , player  = "ncmpcpp"
-                            , term    = "urxvtc"
-                            , top     = "htop"
-                            }

Consider giving Nix/NixOS a try! <3