Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-02 | Now when trying to run a new scrnsvr instance it will check for PID_FILE and ↵ | koraynilay | |
exit if it exists | |||
2021-10-01 | Fixed crash on start with no arguments and added exit handler for SIGINT and ↵ | koraynilay | |
SIGTERM | |||
2021-09-30 | Now to lock the screen you can call `scrnsvr l` or `scrnsvr lock` to ↵ | koraynilay | |
manually lock, so that the main scrnsvr process doesn't lock again if already manually locked | |||
2021-08-24 | fixed can_lock_pa with multiple instances of MediaPlayer2 | koraynilay | |
2021-08-19 | added shell options to config | koraynilay | |
2021-08-19 | substitute system() with execlp() and added shell option, general cleanup, ↵ | koraynilay | |
fixed gcc warnings | |||
2021-08-17 | changed how it detects videos, now it uses dbus to check for the presence of ↵ | koraynilay | |
org.mpris.MediaPlayer2. | |||
2021-08-17 | changed how it detects videos, now it uses dbus to check for the presence of ↵ | koraynilay | |
org.mpris.MediaPlayer2. | |||
2021-08-15 | added forgot -lpcre in compile | koraynilay | |
2021-08-15 | added regex support for -w switch | koraynilay | |
2021-08-15 | added regex support for -w switch | koraynilay | |
2020-11-30 | fixed is_fullscreen_geom not being properly set | koraynilay | |
2020-11-30 | added check for xrandr, Updated PKGBUILDs | koraynilay | |
2020-11-30 | Added fullscreen check support for multiple monitors | koraynilay | |
First checks with the full screen resolution, if fails, checks with each Xinerama screen res, if fails, checks with each Xrandr screen res | |||
2020-11-30 | Added fullscreen check support for multiple monitors | koraynilay | |
First checks with the full screen resolution, if fails, checks with each Xinerama screen res, if fails, checks with each Xrandr screen res | |||
2020-09-13 | fixed comment memory leak | koraynilay | |
2020-09-12 | fixed missing config example | koraynilay | |
2020-09-12 | fixed missing config example | koraynilay | |
2020-09-12 | Added .install file | koraynilay | |
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 | |