From 7fb6c755eb749b74366818b7c179e9cdfde5fc84 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Sun, 25 Jul 2021 19:34:09 +0930 Subject: [PATCH] changes from archmetabox --- .config/Code/User/settings.json | 25 ------------------------- .xmonad/xmonad.hs | 8 ++++---- 2 files changed, 4 insertions(+), 29 deletions(-) delete mode 100644 .config/Code/User/settings.json diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json deleted file mode 100644 index a644e68..0000000 --- a/.config/Code/User/settings.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "explorer.confirmDelete": false, - "workbench.colorTheme": "Night Owl", - "bracket-pair-colorizer-2.forceUniqueOpeningColor": true, - "editor.fontLigatures": true, - "editor.fontFamily": "'Fira Code'", - "editor.fontWeight": "400", - "[html]": { - "editor.defaultFormatter": "HookyQR.beautify" - }, - "[json]": { - "editor.defaultFormatter": "HookyQR.beautify" - }, - "git.enableSmartCommit": true, - "git.confirmSync": false, - "git.autofetch": true, - "python.pythonPath": "/usr/bin/python3", - "python.linting.pylintEnabled": true, - "python.linting.enabled": true, - "workbench.editorAssociations": { - "*.ipynb": "jupyter.notebook.ipynb" - }, - "cSpell.enabled": true, - "git.ignoreMissingGitWarning": true -} \ No newline at end of file diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index 36a873b..99acf12 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -456,8 +456,8 @@ main = do -- xmproc0 <- spawnPipe toProc xmproc0 <- spawnPipe "xmobar -x 0 /home/solomon/.config/xmobar/xmobarrc-main.hs" - xmproc1 <- spawnPipe "xmobar -x 1 /home/solomon/.config/xmobar/xmobarrc-sub.hs" - xmproc2 <- spawnPipe "xmobar -x 2 /home/solomon/.config/xmobar/xmobarrc-sub.hs" +-- xmproc1 <- spawnPipe "xmobar -x 1 /home/solomon/.config/xmobar/xmobarrc-sub.hs" +-- xmproc2 <- spawnPipe "xmobar -x 2 /home/solomon/.config/xmobar/xmobarrc-sub.hs" xmonad $ ewmh $ docks def -- defaults = def @@ -483,8 +483,8 @@ main = do -- logHook = myLogHook, logHook = myLogHook <+> dynamicLogWithPP xmobarPP { ppOutput = \x -> hPutStrLn xmproc0 x - >> hPutStrLn xmproc1 x - >> hPutStrLn xmproc2 x +-- >> hPutStrLn xmproc1 x +-- >> hPutStrLn xmproc2 x , ppCurrent = xmobarColor "#a8de45" "" . wrap "[" "]" -- Current workspace in xmobar , ppVisible = xmobarColor "#88ae55" "" . clickable -- Visible but not current workspace , ppHidden = xmobarColor "#82AAFF" "" . wrap "*" "" . clickable -- Hidden workspaces in xmobar