From 729e030dd25da2e36fa5a1312b8ecb3415dc1675 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Tue, 23 Nov 2021 03:19:06 +0300 Subject: Huge update --- src/XMonad/Custom/Misc.hs | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 src/XMonad/Custom/Misc.hs (limited to 'src/XMonad/Custom/Misc.hs') 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 --- License : BSD3-style (see LICENSE) --- Maintainer : Azat Bahawi --- 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" - } -- cgit 1.4.1