diff options
Diffstat (limited to 'src/XMonad/Custom/Navigation.hs')
-rw-r--r-- | src/XMonad/Custom/Navigation.hs | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/XMonad/Custom/Navigation.hs b/src/XMonad/Custom/Navigation.hs deleted file mode 100644 index 812dd30..0000000 --- a/src/XMonad/Custom/Navigation.hs +++ /dev/null @@ -1,22 +0,0 @@ --- | --- Module : XMonad.Custom.Navigation --- Copyright : (c) 2018-2020 Azat Bahawi <azahi@teknik.io> --- License : BSD3-style (see LICENSE) --- Maintainer : Azat Bahawi <azahi@teknik.io> --- Stability : unstable --- Portability : unportable --- - -module XMonad.Custom.Navigation - ( navigation - ) where - -import XMonad.Actions.Navigation2D - -navigation :: Navigation2DConfig -navigation = def - { defaultTiledNavigation = hybridOf sideNavigation centerNavigation - , floatNavigation = hybridOf lineNavigation centerNavigation - , layoutNavigation = [("Full", centerNavigation)] - , unmappedWindowRect = [("Full", singleWindowRect)] - } |