Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```