about summary refs log tree commit diff
path: root/src/XMonad/Custom/Navigation.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/XMonad/Custom/Navigation.hs')
-rw-r--r--src/XMonad/Custom/Navigation.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/XMonad/Custom/Navigation.hs b/src/XMonad/Custom/Navigation.hs
index c301219..a1239d6 100644
--- a/src/XMonad/Custom/Navigation.hs
+++ b/src/XMonad/Custom/Navigation.hs
@@ -11,13 +11,13 @@
 -----------------------------------------------------------------------------
 
 module XMonad.Custom.Navigation
-    ( navigation2DConfig
+    ( navigation
     ) where
 
 import           XMonad.Actions.Navigation2D
 
-navigation2DConfig :: Navigation2DConfig
-navigation2DConfig = def
+navigation :: Navigation2DConfig
+navigation = def
     { defaultTiledNavigation = hybridOf sideNavigation centerNavigation
     , floatNavigation        = hybridOf lineNavigation centerNavigation
     , layoutNavigation       = [("Full", centerNavigation)]

Consider giving Nix/NixOS a try! <3