commit | 9c260fff7e29e1c0efe9302a636c99419a4f8260 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Sun Feb 26 23:06:59 2023 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Sun Feb 26 23:06:59 2023 +0000 |
tree | 410f243ccbf91831befda384ca2246fd27e4c4d7 | |
parent | 424a0a49bd6b2f93203e318d32dbe6a717f773e8 [diff] |
Make grid the default xmonad layout
diff --git a/modules/xmonad/xmonad.hs b/modules/xmonad/xmonad.hs index d78bc94..e26d954 100644 --- a/modules/xmonad/xmonad.hs +++ b/modules/xmonad/xmonad.hs
@@ -121,8 +121,8 @@ $ avoidStruts $ gaps [(U, 5), (D, 5), (L, 5), (R, 5)] - $ ResizableTall 1 (3/100) (1/2) [] - ||| Grid + $ Grid + ||| ResizableTall 1 (3/100) (1/2) [] ||| Full ||| Mirror (ResizableTall 1 (3/100) (1/2) [])) ||| gaps [(U, 0), (D, 0), (L, 0), (R, 0)] Full