AtifChy / xmonad

my Xmonad configuration
MIT License
65 stars 8 forks source link

Ton of errors #2

Open ghost opened 2 years ago

ghost commented 2 years ago

Btw I love your dotfiles and xmonad config.

Steps I followed: git clone repo ~/.config/xmonad stack install which prints the following error:

/home/ironlung/.config/xmonad/src/xmonad.hs:479:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      myLayout :: XMonad.Layout.MultiToggle.MultiToggle
                    (XMonad.Layout.MultiToggle.HCons
                       StdTransformers
                       (XMonad.Layout.MultiToggle.HCons StdTransformers EOT))
                    (ModifiedLayout
                       XMonad.Hooks.ManageDocks.AvoidStruts
                       (ModifiedLayout
                          (XMonad.Layout.NoBorders.ConfigurableBorder Ambiguity)
                          (Choose
                             (ModifiedLayout
                                Rename
                                (ModifiedLayout
                                   (XMonad.Layout.Decoration.Decoration
                                      XMonad.Layout.Tabbed.TabbedDecoration
                                      XMonad.Layout.Decoration.DefaultShrinker)
                                   (ModifiedLayout
                                      (XMonad.Layout.SubLayouts.Sublayout
                                         (Choose Simplest Accordion))
                                      (ModifiedLayout
                                         Spacing
                                         (ModifiedLayout
                                            XMonad.Layout.WindowNavigation.WindowNavigation
                                            (ModifiedLayout
                                               XMonad.Layout.DraggingVisualizer.DraggingVisualizer
                                               ResizableTall))))))
                             (Choose
                                (ModifiedLayout
                                   Rename
                                   (ModifiedLayout
                                      (XMonad.Layout.Decoration.Decoration
                                         XMonad.Layout.Tabbed.TabbedDecoration
                                         XMonad.Layout.Decoration.DefaultShrinker)
                                      (ModifiedLayout
                                         (XMonad.Layout.SubLayouts.Sublayout
                                            (Choose Simplest Accordion))
                                         (ModifiedLayout
                                            Spacing
                                            (ModifiedLayout
                                               XMonad.Layout.WindowNavigation.WindowNavigation
                                               (ModifiedLayout
                                                  XMonad.Layout.DraggingVisualizer.DraggingVisualizer
                                                  (Mirror ResizableTall)))))))
                                (Choose
                                   (ModifiedLayout
                                      Rename
                                      (ModifiedLayout
                                         (XMonad.Layout.Decoration.Decoration
                                            XMonad.Layout.Tabbed.TabbedDecoration
                                            XMonad.Layout.Decoration.DefaultShrinker)
                                         (ModifiedLayout
                                            (XMonad.Layout.SubLayouts.Sublayout
                                               (Choose Simplest Accordion))
                                            (ModifiedLayout
                                               Spacing
                                               (ModifiedLayout
                                                  XMonad.Layout.WindowNavigation.WindowNavigation
                                                  (ModifiedLayout
                                                     XMonad.Layout.DraggingVisualizer.DraggingVisualizer
                                                     ResizableThreeCol))))))
                                   (ModifiedLayout Rename (ModifiedLayout Spacing Full)))))))
                    Window
    |
479 | myLayout =

I saw it was a warning so I kept on moving but after adding it in my .xinitrc it wont launch

I don't think I'll be online on github so add me on discord IronLung#5465

pwndude commented 2 years ago

I got that exact error, so I deleted ~/.config/xmonad cloned again, and stack install again.. this time, got a different error.

XMonad is recompiling and replacing itself with another XMonad process because the current process is called "xmonad" but the compiled configuration should be called "xmonad-x86_64-linux"
XMonad will use build script at "/home/pandem0nic/.config/xmonad/build" to recompile.
XMonad recompiling because a custom build script is being used.
XMonad recompilation process exited with success!
X Error of failed request:  BadAccess (attempt to access private resource denied)
  Major opcode of failed request:  2 (X_ChangeWindowAttributes)
  Serial number of failed request:  7
  Current serial number in output stream:  8 

Which is very sad, because this layout and config is freakin fire. I hope AtifChy can get this working again.