Files
dotfiles/.xmonad/xmonad.errors
T

15 lines
474 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:300:3: warning: [-Wtabs]
Tab character found here, and in 12 further locations.
Please use spaces instead.
|
300 | spawn "polybar-msg cmd toggle")
| ^^^^^^
xmonad.hs:412:43: warning: [-Wdeprecations]
In the use of spacing (imported from XMonad.Layout.Spacing):
Deprecated: "Use spacingRaw instead."
|
412 | addSpace = renamed [CutWordsLeft 2] . spacing gap
| ^^^^^^^