From d7176233da673ea5d92eadcbf52323b5d8419cfd Mon Sep 17 00:00:00 2001 From: azahi Date: Mon, 8 Oct 2018 21:18:13 +0300 Subject: Rework Custom Change the names of high-order functoins Remove named keybindings Add check executable for keybindings Expand xmonad-ng library Bump to 0.15.1 --- src/XMonad/Custom/Misc.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/XMonad/Custom/Misc.hs') diff --git a/src/XMonad/Custom/Misc.hs b/src/XMonad/Custom/Misc.hs index 92ea877..584fe2d 100644 --- a/src/XMonad/Custom/Misc.hs +++ b/src/XMonad/Custom/Misc.hs @@ -14,7 +14,7 @@ module XMonad.Custom.Misc ( Applications (..) - , customApplications + , applications ) where data Applications = Applications @@ -25,8 +25,8 @@ data Applications = Applications , notify :: !String } deriving (Eq, Show) -customApplications :: Applications -customApplications = Applications +applications :: Applications +applications = Applications { term = "urxvtc" , browser = "qutebrowser" , top = "htop" -- cgit 1.4.1