pjones / xmonadrc

My XMonad configuration
BSD 3-Clause "New" or "Revised" License
57 stars 6 forks source link

Help installing #1

Open PaxSov opened 4 years ago

PaxSov commented 4 years ago

I am attempting to install your config. I have clones the github repo to ~/.xmonad/ When I rename xmonadrc.hs to xmonad.hs and to xmonad --recompile I get these errors: XMonad will use ghc to recompile, because "/home/pax/.xmonad/build" does not exist. Error detected while loading xmonad configuration file: /home/pax/.xmonad/xmonad.hs

xmonad.hs:25:1: error: Could not find module ‘XMonad.Local.Action’ Use -v (or :set -v in ghci) to see a list of the files searched for. | 25 | import qualified XMonad.Local.Action as Local | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

xmonad.hs:26:1: error: Could not find module ‘XMonad.Local.Keys’ Use -v (or :set -v in ghci) to see a list of the files searched for. | 26 | import qualified XMonad.Local.Keys as Local | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

xmonad.hs:27:1: error: Could not find module ‘XMonad.Local.Layout’ Perhaps you meant XMonad.Prompt.Layout (from xmonad-contrib-0.16) Use -v (or :set -v in ghci) to see a list of the files searched for. | 27 | import qualified XMonad.Local.Layout as Local | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

xmonad.hs:28:1: error: Could not find module ‘XMonad.Local.Log’ Use -v (or :set -v in ghci) to see a list of the files searched for. | 28 | import qualified XMonad.Local.Log as Local | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

xmonad.hs:29:1: error: Could not find module ‘XMonad.Local.Theme’ Perhaps you meant XMonad.Prompt.Theme (from xmonad-contrib-0.16) XMonad.Util.Themes (from xmonad-contrib-0.16) Use -v (or :set -v in ghci) to see a list of the files searched for. | 29 | import qualified XMonad.Local.Theme as Local | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

xmonad.hs:30:1: error: Could not find module ‘XMonad.Local.Workspaces’ Perhaps you meant XMonad.Prompt.Workspace (from xmonad-contrib-0.16) Use -v (or :set -v in ghci) to see a list of the files searched for. | 30 | import qualified XMonad.Local.Workspaces as Workspaces | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Please check the file for errors.

xmonad: xmessage: executeFile: does not exist (No such file or directory)


I am on arch linux
Thank you in advance
pjones commented 4 years ago

Hey @e3172.

My XMonad configuration won't build under ~/.xmonad like other configs. As a matter of fact, I don't even use a directory like that on any of my machines.

I use Cabal directly to build a binary, then have my xsession/DE start that binary as the window manager.

Instead of building my config, you're better off stealing the parts you like and placing them into your config.