summaryrefslogtreecommitdiffstats
path: root/xmonad.hs
diff options
context:
space:
mode:
Diffstat (limited to 'xmonad.hs')
-rw-r--r--xmonad.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmonad.hs b/xmonad.hs
index e4ec644..7f1373c 100644
--- a/xmonad.hs
+++ b/xmonad.hs
@@ -488,7 +488,7 @@ myKeys c hostname =
, ("M-<Right>", moveTo Next $ WSIs notNspHiddenWS)
, ("M-d", spawn "fbsetroot -solid black")
- , ("M-f", spawn "fbsetroot -l")
+ , ("M-f", spawn "fbsetbg -l")
, ("M-^", focusUrgent)