aboutsummaryrefslogtreecommitdiff
path: root/src/Internal/Keys.hs
diff options
context:
space:
mode:
authorJosh Rahm <joshuarahm@gmail.com>2022-04-09 22:39:30 -0600
committerJosh Rahm <joshuarahm@gmail.com>2022-10-09 12:19:46 -0600
commita5ccde6ea6f011bca983e992d7537f1ff002d1ec (patch)
tree0faf7651c1432dddb039a3c0dd96eb413034e5b5 /src/Internal/Keys.hs
parenta3a44a271820888d4788a4f3a113eac977a5c59a (diff)
downloadrde-a5ccde6ea6f011bca983e992d7537f1ff002d1ec.tar.gz
rde-a5ccde6ea6f011bca983e992d7537f1ff002d1ec.tar.bz2
rde-a5ccde6ea6f011bca983e992d7537f1ff002d1ec.zip
Rename LayoutZipper to LayoutList. Add more utils for handling a selector
Diffstat (limited to 'src/Internal/Keys.hs')
-rw-r--r--src/Internal/Keys.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Internal/Keys.hs b/src/Internal/Keys.hs
index d340062..01e438c 100644
--- a/src/Internal/Keys.hs
+++ b/src/Internal/Keys.hs
@@ -46,7 +46,7 @@ import XMonad.Actions.SpawnOn as SpawnOn
import qualified Data.Map as Map
import qualified XMonad.StackSet as W
-import Internal.LayoutZipper
+import Internal.LayoutList
import Internal.MouseMotion
import Internal.Windows
import Internal.Lib