Files
dotfiles/.xmonad/xmonad.errors
T
2021-04-19 14:21:56 +02:00

15 lines
464 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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
| ^^^^^^^