https://github.com/cemkeylan/sxss
Simple X ScreenSaver
https://github.com/cemkeylan/sxss
c c99 screensaver suckless x11
Last synced: 6 months ago
JSON representation
Simple X ScreenSaver
- Host: GitHub
- URL: https://github.com/cemkeylan/sxss
- Owner: cemkeylan
- License: mit
- Created: 2020-06-29T21:51:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-03T20:43:20.000Z (over 5 years ago)
- Last Synced: 2025-06-17T05:08:00.732Z (9 months ago)
- Topics: c, c99, screensaver, suckless, x11
- Language: C
- Homepage: https://git.ckyln.com/sxss
- Size: 12.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
simple X screensaver
================================================================================
A simple screensaver inspired by xssstate[1].
Dependencies
--------------------------------------------------------------------------------
- libX11
- libXScrnSaver
Installation
--------------------------------------------------------------------------------
Configuration is done through 'config.h'. You will need to set the program to be
run when the screensaver is activated. It doesn't need to be the full path, but
it must be in your PATH variable if that's the case.
After editing config.h, compile and install.
$ make
$ make install
Usage
--------------------------------------------------------------------------------
sxss doesn't accept any arguments. You can simply add it to your '.xinitrc' (or
what have you) the following line.
sxss &
You can change the idle screen duration with xset(1).
$ xset s SECOND
$ xset s 300
[1]: https://git.suckless.org/xssstate