Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-11 | Added config file support, config file example and systemd unit | koraynilay | |
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-03 | when 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-29 | Added geometry detection as fullscreen | koraynilay | |
This works alongside the Atom detection, so that in case that fails, the fullscreen is still recognized | |||
2020-06-29 | Added geometry detection as fullscreen | koraynilay | |
This works alongside the Atom detection, so that in case that fails, the fullscreen is still recognized | |||
2020-06-12 | fixed BadWindow error (hopefully last time) | koraynilay | |
2020-06-12 | fixed typo | koraynilay | |
2020-06-11 | fixed BadWindow error (hopefully, again) | koraynilay | |
2020-06-10 | fixed BadWindow error sometimes when no window is focused (hopefully) | koraynilay | |
2020-06-09 | added fullscreen detection, removed wmctrl dependency | koraynilay | |
2020-06-03 | notify-send -> libnotify (Thanks to ↵ | koraynilay | |
https://aur.archlinux.org/account/American_Jesus for pointing out) | |||
2020-06-03 | added -v option and comments, changed description | koraynilay | |
2020-06-03 | First commit | koraynilay | |