adjusted laptop config files with input from desktop files

This commit is contained in:
2021-03-22 18:35:28 +01:00
parent 8f3b76726b
commit 7122968b55
5 changed files with 26 additions and 14 deletions
+9 -9
View File
@@ -1,14 +1,14 @@
xmonad.hs:401:43: warning: [-Wdeprecations]
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."
|
401 | addSpace = renamed [CutWordsLeft 2] . spacing gap
412 | addSpace = renamed [CutWordsLeft 2] . spacing gap
| ^^^^^^^
xmonad.hs:459:1: warning: [-Wtabs]
Tab character found here, and in 10 further locations.
Please use spaces instead.
|
459 | , className =? "thunderbird" --> doShift "9: mail"
| ^^^^^^^^