about summary refs log tree commit diff
path: root/src/XMonad/Custom/Navigation.hs
diff options
context:
space:
mode:
authorazahi <azahi@teknik.io>2018-10-08 21:18:13 +0300
committerazahi <azahi@teknik.io>2018-10-08 21:18:13 +0300
commitd7176233da673ea5d92eadcbf52323b5d8419cfd (patch)
treef603bee246db9a0ca0d5c89933b34064f76495cf /src/XMonad/Custom/Navigation.hs
parentClean up Actions (diff)
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
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