summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.xmonad/xmonad.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs
index 454f8c23..6a569656 100644
--- a/.xmonad/xmonad.hs
+++ b/.xmonad/xmonad.hs
@@ -72,6 +72,7 @@ myPrefixedKeys = [ ("i", spawn "xmousetidy")
, ("g g", spawn myTerm)
-- , ("g m", spawn $ inMyTerm "sh -c 'offline || mbsync fastmail; mutt'")
, ("g m", spawn $ inMyTerm "mutt")
+ , ("g r", spawn $ inMyTerm "mutt -f ~/.fmail/feeds") -- 'r' for 'rss'
, ("g t", spawn $ inMyTerm "ii")
, ("g c", spawn $ inMyTerm "ncmpcpp") -- 'c' for chaones
, ("g v", spawn $ inMyTerm "alsamixer")