-
This is directly from the XMonad module/documentation:
```
extraPackages = mkOption {
default = self: [];
example = literalExample ''
haskellPackages: [
has…
-
While `xmonad.enable` does give you an xmonad, you are unable to configure it. xmonad also requires:
- `xmessage` on `$PATH`
- All the Haskell libraries if one wants to provide a custom `xmonad.hs` fi…
-
Sometimes at start of the applications I get error:
```text
xlib-keys-hack: /home/unclechu/.xmonad/xmobar.fifo: hFlushAll: resource vanished (Broken pipe)
```
-
In my case I use xmobar, which appears on whichever monitor is designated as the primary. I'm sure there are other applications which make use of this option.
I can set it with e.g. `xrandr --output …
-
I installed xmonad based on your config on a fresh Ubuntu 16.04 with a 27" Dell 4k monitor.
The xmobar on the top only fills about 70 percent of the top. The last 30 percent shows the desktop pic…
awb99 updated
7 years ago
-
it's an error in macro expansion for some glibc-code, discussed here: https://github.com/haskell/c2hs/issues/192
should be fixed upstream, this is just a reminder, to pull the update as soon as it'…
-
## Issue description
[Separating the `doc` output in Haskell packages](https://github.com/NixOS/nixpkgs/blob/740d76371e6c1c76bae4801fc5b736a796c1ebbe/pkgs/development/haskell-modules/generic-builde…
-
This isn't really an issue, but I added some volume indicators to my xmobar, and thought I'd let you know in case you'd like to do the same.
See
https://github.com/hamtie/xmonad-config/commit/6e0b…
-
I have the following in a bash script which is executed by `spawn :: string -> IO ()`
```
trayer --SetDockType true --expand true --edge top --align right --width 15 --height 18 --transparent true -…
-
Started my own repo recently: https://github.com/simlu/xmonad
I've tried to keep it a modular and put the user in charge of customization.
Just discovered this repo now and learned a lot already t…
simlu updated
7 years ago