Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexdaz/xprodmode
Prevents your computer from falling asleep.
https://github.com/alexdaz/xprodmode
c cli cli-app linux signal unix x11
Last synced: about 1 month ago
JSON representation
Prevents your computer from falling asleep.
- Host: GitHub
- URL: https://github.com/alexdaz/xprodmode
- Owner: Alexdaz
- License: mit
- Created: 2023-11-27T05:19:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-11T18:12:26.000Z (5 months ago)
- Last Synced: 2024-08-11T19:32:36.156Z (5 months ago)
- Topics: c, cli, cli-app, linux, signal, unix, x11
- Language: C
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xprodmode
[![License: MIT](https://img.shields.io/badge/License-MIT-orange.svg)](https://opensource.org/licenses/MIT/)
A pretty small program to make you pretty productive, if you know what I mean * wink wink *.
Press the left shift key every 59 seconds or move the cursor in random places of the screen like other [software](https://www.zhornsoftware.co.uk/caffeine/) can do. This works for *NIX like OS.
## Dependencies
- GNU Make
- c library supporting c99
- libx11
- libxtst
## Usage
```
$ xprodmode -h
```
## Installation
First, download the source:
```
$ git clone https://github.com/Alexdaz/xprodmode.git
```
Then install using **make**:
```
$ cd xprodmode/src
$ make
# make install
```