Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mnahkies/gnome-stay-awake
- Owner: mnahkies
- License: mit
- Created: 2021-12-11T08:39:40.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-11T09:10:41.000Z (almost 3 years ago)
- Last Synced: 2024-10-13T19:47:10.304Z (about 1 month ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
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
```