first commit

This commit is contained in:
2019-05-29 13:16:10 +02:00
parent 74a200a390
commit 345658d042
8 changed files with 1210 additions and 0 deletions

7
xmonad.errors Normal file
View File

@@ -0,0 +1,7 @@
xmonad.hs:125:63: warning: [-Wdeprecations]
In the use of spacing (imported from XMonad.Layout.Spacing):
Deprecated: "Use spacingRaw instead."
|
125 | , layoutHook = avoidStruts $ (hiddenWindows $ (maximize $ (spacing 4 $ myLayouts)))
| ^^^^^^^