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: 30 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-14T04:32:19.000Z (about 1 year ago)
- Last Synced: 2025-10-04T20:41:47.200Z (8 months ago)
- Topics: c, cli, cli-app, linux, signal, unix, x11
- Language: C
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xprodmode
[](https://opensource.org/licenses/MIT/)
A pretty small program to make you pretty productive, if you know what I mean * wink wink *.
Press the F15 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
```