mikenrafter
mikenrafter
XMonad's code would likely need to be modified to include this support by default. However, not everyone wants this, so perhaps this code should just be given to the user...
Potentially similar/duplicate? #619
Alacritty works fine (on Linux). It's fully cross-platform.
This can (theoretically) be solved by using `X.L.Magnifier`, sinking the window, tagging it as floating before, then re-floating it upon an untag. It won't remember the exact floating details from...
Another solution would be to use [`nix`](https://nixos.org/nix). Though, that may be overkill for most users.
My proposal: --- Basic explanation, without implementation details: ``` haskell root branch - function to manage ignored windows - ignored windows notification notification - event handler functions (see below) -...
Hm, actually, after re-testing, this issue has gone, perhaps I placebo-ed myself? Regardless, having a way to know if a notification has gone inactive though – that'd be useful.
This sort of exists... ``` # See section "Notification based scripting" for an explanation match = "app=notify-send" modify = "top=100" ``` Though, it removes the ability to show multiple notifications...
Hate to be rude here, but RTFM. It's on thethis github page, if you're wondering. It's quite informative! More specifically, search for `/^\s*width\s*=/g` in your `.conf` file.
After briefly looking at `config.hs`, I see that there's a lot of repetition surrounding monad operators ``... If I have some time, I'll try to convert this to a nested-list...