config

OpenBSD system configuration
git clone git://jacobedwards.org/config
Log | Files | Refs | README

commit 0733bdac28108a4ab124ecea43a66f1b4359c433
parent 0e0478682668aef303a3906febc041c51ae726e9
Author: jacobsGit <JacobDoesLinux@protonmail.com>
Date:   Sat,  9 Nov 2019 17:06:50 -0800

dotfiles

Diffstat:
Mxmonad/.xmonad/xmonad.errors | 49++++++++++++++++++++++++++++++-------------------
1 file changed, 30 insertions(+), 19 deletions(-)

diff --git a/xmonad/.xmonad/xmonad.errors b/xmonad/.xmonad/xmonad.errors @@ -1,21 +1,32 @@ -xmonad.hs:87:19: error: - * Variable not in scope: - xmobar - :: XConfig - (XMonad.Layout.LayoutModifier.ModifiedLayout - AvoidStruts - (Choose - Tall - (XMonad.Layout.LayoutModifier.ModifiedLayout - WithBorder - (XMonad.Layout.LayoutModifier.ModifiedLayout - FullscreenFull Full)))) - -> IO (XConfig l0) - * Perhaps you meant one of these: - `xmonad' (imported from XMonad), `xK_bar' (imported from XMonad) - Perhaps you want to add `xmobar' to the import list - in the import of `XMonad.Hooks.DynamicLog' (xmonad.hs:10:1-41). +xmonad.hs:21:16: warning: [-Wdeprecations] + In the use of `defaultConfig' + (imported from XMonad, but defined in XMonad.Config): + Deprecated: "Use def (from Data.Default, and re-exported by XMonad and XMonad.Config) instead." | -87 | main = xmonad =<< xmobar myBaseConfig - | ^^^^^^ +21 | myBaseConfig = defaultConfig + | ^^^^^^^^^^^^^ + +xmonad.hs:79:101: warning: [-Wdeprecations] + In the use of `defaultConfig' + (imported from XMonad, but defined in XMonad.Config): + Deprecated: "Use def (from Data.Default, and re-exported by XMonad and XMonad.Config) instead." + | +79 | [((myModMask , k), (windows $ S.greedyView i)) | (i, k) <- zip (XMonad.workspaces defaultConfig) [xK_q, xK_w, xK_e, xK_a, xK_s, xK_d, xK_p]]++ + | ^^^^^^^^^^^^^ + +xmonad.hs:80:131: warning: [-Wdeprecations] + In the use of `defaultConfig' + (imported from XMonad, but defined in XMonad.Config): + Deprecated: "Use def (from Data.Default, and re-exported by XMonad and XMonad.Config) instead." + | +80 | [((mod4Mask , k), (windows $ S.shift i ) >> (windows $ S.greedyView i)) | (i, k) <- zip (XMonad.workspaces defaultConfig) [xK_q, xK_w, xK_e, xK_a, xK_s, xK_d, xK_p]]++ + | ^^^^^^^^^^^^^ + +xmonad.hs:81:101: warning: [-Wdeprecations] + In the use of `defaultConfig' + (imported from XMonad, but defined in XMonad.Config): + Deprecated: "Use def (from Data.Default, and re-exported by XMonad and XMonad.Config) instead." + | +81 | [((mod4Mask .|. shiftMask, k), (windows $ S.shift i )) | (i, k) <- zip (XMonad.workspaces defaultConfig) [xK_q, xK_w, xK_e, xK_a, xK_s, xK_d, xK_p] + | ^^^^^^^^^^^^^