diff options
| author | Josh Rahm <joshuarahm@gmail.com> | 2022-04-16 11:35:09 -0600 |
|---|---|---|
| committer | Josh Rahm <joshuarahm@gmail.com> | 2022-04-16 11:35:09 -0600 |
| commit | 4114631cb78f5c21a70ae5fe697b8230e965c1fb (patch) | |
| tree | 6baf9a882b5df229d648df3ecb956ca5313bc791 /src/Rahm/Desktop/Layout.hs | |
| parent | e7d0c65ef807cf6d595273a764ec95d17c8708b5 (diff) | |
| parent | 65456557536f7886ae079fa2b980a1ef7f0619c0 (diff) | |
| download | rde-4114631cb78f5c21a70ae5fe697b8230e965c1fb.tar.gz rde-4114631cb78f5c21a70ae5fe697b8230e965c1fb.tar.bz2 rde-4114631cb78f5c21a70ae5fe697b8230e965c1fb.zip | |
Merge branch 'v017' of josher.dev:rde into v017
Diffstat (limited to 'src/Rahm/Desktop/Layout.hs')
| -rw-r--r-- | src/Rahm/Desktop/Layout.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Rahm/Desktop/Layout.hs b/src/Rahm/Desktop/Layout.hs index d8c3442..f6e714c 100644 --- a/src/Rahm/Desktop/Layout.hs +++ b/src/Rahm/Desktop/Layout.hs @@ -70,14 +70,14 @@ nLayouts = layoutListLength myLayoutList -- "ForMosaic" is an instance of the Symbol kind. This is some neat type-system -- hacking one can do in Haskell. instance DoReinterpret "ForMosaic" where - + -- IncMaster message reinterpretMessage _ (fromMessage -> Just (IncMasterN n)) = do Just . SomeMessage <$> ( if n > 0 then expandPositionAlt else shrinkPositionAlt) - + -- ResizeMaster message reinterpretMessage _ (fromMessage -> Just m) = do Just . SomeMessage <$> |