aboutsummaryrefslogtreecommitdiffstats
path: root/SimpleDate.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--SimpleDate.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/SimpleDate.hs b/SimpleDate.hs
index 17805ca..6712a5c 100644
--- a/SimpleDate.hs
+++ b/SimpleDate.hs
@@ -32,5 +32,8 @@ import XMonad
--
-- a popup date menu will now be bound to mod-d
+-- %import XMonadContrib.SimpleDate
+-- %keybind , ((modMask, xK_d ), date)
+
date :: X ()
date = spawn "(date; sleep 10) | dzen2"