Hugo

Results 1333 comments of Hugo

> npm currently stores files/directories in the user's home directory, which is non-standard (at least on macOS) This is also true on Linux. I keep very few top level directories...

Check the dates of previous messages.

In the meantime, is there an APK we can install manually? Maybe generated via CI?

There should be a way to control caffeine via the cli (especially for desktops with a tray).

I keep coming back to this problem and thinking of exposing _some_ API, but I fear having yet-another-inhibition API: [![XKCD 927](https://user-images.githubusercontent.com/730811/127782007-f1b5f674-7abc-4e85-9237-19840ae703f1.png)](https://xkcd.com/927/) I think I'm going to have caffeine expose the...

> xscreensaver should run as normal, but the system should not suspend. Uh, if caffeine is on, xscreensaver should _not_ run normally, but be inhibited from running. What really confuses...

If you explicitly tell the screensaver to lock your screen while running a tool to prevent the screensaver from activating, things are bound to break. What do you expect to...

If you're using xscreensaver, it calls [`xscreensaver-command -deactivate`](https://github.com/caffeine-ng/caffeine-ng/blob/master/caffeine/inhibitors.py#L161) every 50 seconds. For other screensavers, their API is used directly.

I've been thinking lately about changing the `setup.py` to a proper `Makefile`. There's currently kind of a mess, since this is half a python package and half not, which makes...

`LANG=ru_RU.utf8 caffeine` works for me. Can you check if that works for you as well?