diff options
author | Azat Bahawi <azahi@teknik.io> | 2021-12-02 10:46:40 +0300 |
---|---|---|
committer | Azat Bahawi <azahi@teknik.io> | 2021-12-02 10:46:40 +0300 |
commit | 1be0f7aee9a571b4b0694136758df53b63c6f915 (patch) | |
tree | 3817e90e0b4cdf6b24d8e9faac7579fe620f0c6b /src/lib/XMonad/Custom/Navigation.hs | |
parent | Update HIE (diff) |
Some stuff
Diffstat (limited to 'src/lib/XMonad/Custom/Navigation.hs')
-rw-r--r-- | src/lib/XMonad/Custom/Navigation.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/XMonad/Custom/Navigation.hs b/src/lib/XMonad/Custom/Navigation.hs index 2646db4..cf96ab7 100644 --- a/src/lib/XMonad/Custom/Navigation.hs +++ b/src/lib/XMonad/Custom/Navigation.hs @@ -9,13 +9,13 @@ -- module XMonad.Custom.Navigation - ( navigation + ( myNavigation2DConfig ) where import XMonad.Actions.Navigation2D -navigation :: Navigation2DConfig -navigation = def +myNavigation2DConfig :: Navigation2DConfig +myNavigation2DConfig = def { defaultTiledNavigation = hybridOf sideNavigation centerNavigation , floatNavigation = hybridOf lineNavigation centerNavigation , layoutNavigation = [("Full", centerNavigation)] |