This commit is contained in:
2021-04-19 14:21:56 +02:00
parent 7122968b55
commit dc7a8d4aef
12 changed files with 74 additions and 25 deletions
+6 -6
View File
@@ -1,14 +1,14 @@
xmonad.hs:300:3: warning: [-Wtabs]
Tab character found here, and in 12 further locations.
xmonad.hs:186:1: warning: [-Wtabs]
Tab character found here, and in 13 further locations.
Please use spaces instead.
|
300 | spawn "polybar-msg cmd toggle")
| ^^^^^^
186 | spawn "autorandr -c")
| ^^^^^^^^
xmonad.hs:412:43: warning: [-Wdeprecations]
xmonad.hs:416:43: warning: [-Wdeprecations]
In the use of spacing (imported from XMonad.Layout.Spacing):
Deprecated: "Use spacingRaw instead."
|
412 | addSpace = renamed [CutWordsLeft 2] . spacing gap
416 | addSpace = renamed [CutWordsLeft 2] . spacing gap
| ^^^^^^^