summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-09-11Added config file support, config file example and systemd unitkoraynilay
The config file is in .ini format. The default location is /home/koraynilay/.config/scrnsvr.ini but a custom config file can be specified with --config [absolute path]. The example config can be copied with the --copy-config option
2020-07-03when the screen is locked, the blanker will always be activated, even if ↵koraynilay
there is a fullscreen window (that would be blocked by the locker)
2020-06-29Added geometry detection as fullscreenkoraynilay
This works alongside the Atom detection, so that in case that fails, the fullscreen is still recognized
2020-06-29Added geometry detection as fullscreenkoraynilay
This works alongside the Atom detection, so that in case that fails, the fullscreen is still recognized
2020-06-12fixed BadWindow error (hopefully last time)koraynilay
2020-06-12fixed typokoraynilay
2020-06-11fixed BadWindow error (hopefully, again)koraynilay
2020-06-10fixed BadWindow error sometimes when no window is focused (hopefully)koraynilay
2020-06-09added fullscreen detection, removed wmctrl dependencykoraynilay
2020-06-03notify-send -> libnotify (Thanks to ↵koraynilay
https://aur.archlinux.org/account/American_Jesus for pointing out)
2020-06-03added -v option and comments, changed descriptionkoraynilay
2020-06-03First commitkoraynilay