XMonad: Difference between revisions

imported>Milnet2
Add: Suspend system after inactivity
imported>Jooooscha
m Clearify introduction of power management section
Line 68: Line 68:
I try to manually run "haskell-language-server" in the directory with `xmonad.hs`, `hie.yaml` and `hie-bios.sh`
I try to manually run "haskell-language-server" in the directory with `xmonad.hs`, `hie.yaml` and `hie-bios.sh`
when there are no errors, my editor also successfully starts lsp
when there are no errors, my editor also successfully starts lsp


== Power management ==
== Power management ==


While other DEs come with built-in functionality, ''xmonad'' does not.  
Xmonad is a Window Manager (WM) and not a Desktop Environment (DE). Therefore, among other things,
Xmonad does not handle power management related things such as sleeping.
However, there are several ways of still adding this functionality.
However, there are several ways of still adding this functionality.