Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mnahkies/gnome-stay-awake

a cli utility that prevents gnome lockscreen whilst running
https://github.com/mnahkies/gnome-stay-awake

Last synced: 13 days ago
JSON representation

a cli utility that prevents gnome lockscreen whilst running

Awesome Lists containing this project

README

        

# gnome-stay-awake
[![npm](https://img.shields.io/npm/v/gnome-stay-awake.svg)](https://www.npmjs.com/package/gnome-stay-awake)

This is a simple cli application for Gnome desktop Linux environments that disables
the lock screen and screen off/idle timer whilst running.

On exit the original settings are restored.

**Example use cases:**
- Viewing a recipe whilst cooking
- Keeping dashboards / charts visible in the background, eg: stock tickers, grafana, etc

## Requirements
- NodeJS / npm
- A Gnome desktop environment

## Usage
Either install the package globally, or execute using `npx`.

### Using npx

```shell
$ npx gnome-stay-awake
```

### Global Installation
(note: you'll need to ensure that `echo $(npm config get prefix)/bin` is on your `$PATH`)

```shell
$ npm i -g gnome-stay-awake
$ gnome-stay-awake
```