README.md (1010B)
1 simple X screensaver 2 ================================================================================ 3 4 A simple screensaver inspired by xssstate[1]. 5 6 7 Dependencies 8 -------------------------------------------------------------------------------- 9 10 - libX11 11 - libXScrnSaver 12 13 14 Installation 15 -------------------------------------------------------------------------------- 16 17 Configuration is done through 'config.h'. You will need to set the program to be 18 run when the screensaver is activated. It doesn't need to be the full path, but 19 it must be in your PATH variable if that's the case. 20 21 After editing config.h, compile and install. 22 23 $ make 24 $ make install 25 26 27 Usage 28 -------------------------------------------------------------------------------- 29 30 sxss doesn't accept any arguments. You can simply add it to your '.xinitrc' (or 31 what have you) the following line. 32 33 sxss & 34 35 You can change the idle screen duration with xset(1). 36 37 $ xset s SECOND 38 $ xset s 300 39 40 41 [1]: https://git.suckless.org/xssstate