15 lines
464 B
Plaintext
15 lines
464 B
Plaintext
|
||
xmonad.hs:186:1: warning: [-Wtabs]
|
||
Tab character found here, and in 13 further locations.
|
||
Please use spaces instead.
|
||
|
|
||
186 | spawn "autorandr -c")
|
||
| ^^^^^^^^
|
||
|
||
xmonad.hs:416:43: warning: [-Wdeprecations]
|
||
In the use of ‘spacing’ (imported from XMonad.Layout.Spacing):
|
||
Deprecated: "Use spacingRaw instead."
|
||
|
|
||
416 | addSpace = renamed [CutWordsLeft 2] . spacing gap
|
||
| ^^^^^^^
|