From 729e030dd25da2e36fa5a1312b8ecb3415dc1675 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Tue, 23 Nov 2021 03:19:06 +0300 Subject: Huge update --- src/XMonad/Custom/Navigation.hs | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 src/XMonad/Custom/Navigation.hs (limited to 'src/XMonad/Custom/Navigation.hs') 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 --- License : BSD3-style (see LICENSE) --- Maintainer : Azat Bahawi --- 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)] - } -- cgit 1.4.1