Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-09 | resolved merge conflictnext | GNUxeava | |
2022-02-27 | Merge pull request #328 from AVAtarMod/next | Basti | |
Fixes wrong help message for --off | |||
2022-02-27 | Fixes wrong help message for --off | AVAtar Mod | |
2022-02-23 | Merge pull request #320 from ti-mo/postlock-race | Basti | |
Run prelock and postlock synchronously to avoid race condition | |||
2022-02-23 | Merge pull request #326 from betterlockscreen/fix_shellcheck | Basti | |
Fix Shellcheck by also quoting the inner variable | |||
2022-02-22 | Fix Shellcheck by also quoting the inner variable (reference: ↵ | Sebastian Sellmeier | |
https://github-wiki-see.page/m/koalaman/shellcheck/wiki/SC2295) | |||
2022-02-22 | Merge pull request #319 from ti-mo/copyright-year | Basti | |
Copyright year 2022, update repository URL | |||
2022-02-21 | update README | SIGSEGV | |
2022-02-21 | update install script to fetch and install | GNUxeava | |
2022-02-21 | remove systemd service file | GNUxeava | |
2022-02-21 | add fork information | SIGSEGV | |
2022-02-21 | remove systemd specific parts from README and change installation instructions | SIGSEGV | |
remove the part in Installation Script where it ran the script directly from the internet in "wget https://example.com/script.sh | bash" manner. Always review the scripts before running. | |||
2022-02-21 | remove systemd specific parts and change remote URL to this fork | GNUxeava | |
2022-02-21 | modify to run on OpenRC and remove systemd support | GNUxeava | |
2022-01-14 | Run prelock and postlock synchronously to avoid race condition | Timo Beckers | |
As reported in issue #285, running postlock in a subshell and immediately returning from lockselect() has a high chance of hitting `exit 0` before xset and dunstctl get a chance to execute. Run both prelock and postlock synchronously within lockselect(). | |||
2022-01-14 | Copyright year 2022, update repository URL | Timo Beckers | |
2021-10-11 | Part of #232 - add issue-template for bug, feature-request and also basic ↵ | Sebastian Sellmeier | |
pr-template | |||
2021-10-11 | Fix DPI scaling (#287) | Jeff M. Hubbard | |
2021-10-11 | Added quiet-mode (#288) | atagen | |
2021-10-11 | Update docs regarding master -> main change | Basti | |
(cherry picked from commit 0da7dac0f3b229e0e560706a72f23e410b468263) | |||
2021-08-21 | Merge pull request #286 from betterlockscreen/next | Basti | |
Prepare for v4.0.3 release | |||
2021-08-21 | Prepare release for v4.0.3 | Sebastian Sellmeier | |
2021-08-21 | Prepare beta-release for v4.0.3-beta1 | Sebastian Sellmeier | |
2021-08-21 | Fixes wrong docs for --off #281 | Sebastian Sellmeier | |
2021-08-21 | Fixes issue with systemd-service #277 | Sebastian Sellmeier | |
2021-08-10 | Merge pull request #278 from pavanjadhaw/fix/missing_dollar_variable | Basti | |
Fix missing dollar for variable in cmd_exists check | |||
2021-08-10 | Fix missing dollar for variable in cmd_exists check (thanks to @hrhino for ↵ | Sebastian Sellmeier | |
pointing out) | |||
2021-08-09 | Merge pull request #275 from pavanjadhaw/next | Basti | |
Stable Release | |||
2021-08-09 | Prepare release for stable v4.0.0 | Sebastian Sellmeier | |
2021-08-08 | Merge pull request #273 from pavanjadhaw/beta_fix_installer | Basti | |
v4.0.0-beta2: Fix installer to detect i3lock-color also if named i3lock | |||
2021-08-07 | Fix installer to also detect i3lock-color if command is i3lock | Sebastian Sellmeier | |
2021-08-07 | Prepare release v4.0.0-beta2 with autodetection of i3lock-color binary-name ↵ | Sebastian Sellmeier | |
(i3lock-color/i3lock) | |||
2021-08-07 | Merge pull request #272 from pavanjadhaw/issue_266 | Basti | |
Autodetect i3lock-color name / validate $i3lockcolor_bin from user-config, Extend copyright matching LICENSE | |||
2021-08-07 | Add code to autodetect if i3lock-color is available under its name or i3lock ↵ | Sebastian Sellmeier | |
and validate custom values from config, extend copyright matching LICENSE | |||
2021-07-21 | Updated CONTRIBUTING.md and according section in README.md to avoid ↵ | Sebastian Sellmeier | |
duplicate text | |||
2021-07-21 | Add gento-install to readme from #264 thanks to @mjkalyan | Sebastian Sellmeier | |
2021-07-21 | Fixup docs | Sebastian Sellmeier | |
Update readme to show beta-release, rename workflow-config (cherry picked from commit 4a95562740bee221061156110b6f60bac969eb55) | |||
2021-07-21 | Prepare for release v4.0.0-beta1 | Sebastian Sellmeier | |
2021-07-21 | Improve --version command | Sebastian Sellmeier | |
2021-07-21 | Reworked loginbox (#249) | Jeff M. Hubbard | |
* Redesigned loginbox, theme errors, add keylayout See #225 and #229 Always display --keylayout Wrong, verif, and modif messages are displayed Added all pass-thru keys options * Adjust positioning of verif/wrong-pos according feedback Co-authored-by: Sebastian Sellmeier <mail@sebastian-sellmeier.de> | |||
2021-07-21 | Adjust lock_timeout to default | Sebastian Sellmeier | |
2021-07-21 | missing file | Sebastian Sellmeier | |
2021-07-21 | Fix i3lockcolor_bin (#251) | Sebastian Sellmeier | |
2021-07-21 | Fix default feh-command to match doc behaviour (#257) | Basti | |
2021-07-21 | Improve/docs ci naming (#253) | Basti | |
* Fixes --lock not working with autodetection when started from zsh, avoids autodetect because of stability issues * Prepare docs/workflow-config for merge-state | |||
2021-07-21 | Fixes --lock not working with autodetection when started from zsh, avoids ↵ | Basti | |
autodetect because of stability issues (#254) | |||
2021-07-21 | Reformat and improve documentation, add install-script (#242) | Basti | |
2021-07-21 | Determinate i3lock-color binary automatically with i3lock-color/i3lock or ↵ | Basti | |
quit with error (#252) | |||
2021-07-21 | Check for dunstctl once as dunst is optional dependency (#250) | Basti | |
2021-07-21 | Fixed issue with --update failing due to quoting | Jeff M. Hubbard | |