Arthur Bacci
Arthur Bacci
I will implement it ;)
> > I will implement it ;) > > What do you think about supporting an universal configuration file like [editorconfig](https://editorconfig.org/)? (Not necessarily the only one) I think it is...
I had the same issue, solved it by using `--experimental-backends`.
> where do you need to add --experimental-backends Running `picom --experimental-backend -f --config ~/.config/picom` instead of `picom -f --config ~/.config/picom`
POSIX has `isatty()`. Some of the libraries used probably implement this feature.
Actually it's part of Rust's std :). https://doc.rust-lang.org/std/io/trait.IsTerminal.html
A question before implementing it: - Should the contents be held on memory or a temporary file? Or should a file be created in the current directory? Should `echo "idk"...
SUSv1's System Interface Definitions, Issue 4, Version 2 describes the behaviour of `/dev/tty` for getting access to the terminal to ignore redirections (pipes). This should be portable to nearly all...
ok, I will open a separate issue for the output
Pandoc can be used to generate a text file (for the --help) and a man page (for `man`) from a Markdown file. It may be useful to execute `man` if...