aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-09resolved merge conflictnextGNUxeava
2022-02-27Merge pull request #328 from AVAtarMod/nextBasti
Fixes wrong help message for --off
2022-02-27Fixes wrong help message for --offAVAtar Mod
2022-02-23Merge pull request #320 from ti-mo/postlock-raceBasti
Run prelock and postlock synchronously to avoid race condition
2022-02-23Merge pull request #326 from betterlockscreen/fix_shellcheckBasti
Fix Shellcheck by also quoting the inner variable
2022-02-22Fix Shellcheck by also quoting the inner variable (reference: ↵Sebastian Sellmeier
https://github-wiki-see.page/m/koalaman/shellcheck/wiki/SC2295)
2022-02-22Merge pull request #319 from ti-mo/copyright-yearBasti
Copyright year 2022, update repository URL
2022-02-21update READMESIGSEGV
2022-02-21update install script to fetch and installGNUxeava
2022-02-21remove systemd service fileGNUxeava
2022-02-21add fork informationSIGSEGV
2022-02-21remove systemd specific parts from README and change installation instructionsSIGSEGV
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-21remove systemd specific parts and change remote URL to this forkGNUxeava
2022-02-21modify to run on OpenRC and remove systemd supportGNUxeava
2022-01-14Run prelock and postlock synchronously to avoid race conditionTimo 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-14Copyright year 2022, update repository URLTimo Beckers
2021-10-11Part of #232 - add issue-template for bug, feature-request and also basic ↵Sebastian Sellmeier
pr-template
2021-10-11Fix DPI scaling (#287)Jeff M. Hubbard
2021-10-11Added quiet-mode (#288)atagen
2021-10-11Update docs regarding master -> main changeBasti
(cherry picked from commit 0da7dac0f3b229e0e560706a72f23e410b468263)
2021-08-21Merge pull request #286 from betterlockscreen/nextBasti
Prepare for v4.0.3 release
2021-08-21Prepare release for v4.0.3Sebastian Sellmeier
2021-08-21Prepare beta-release for v4.0.3-beta1Sebastian Sellmeier
2021-08-21Fixes wrong docs for --off #281Sebastian Sellmeier
2021-08-21Fixes issue with systemd-service #277Sebastian Sellmeier
2021-08-10Merge pull request #278 from pavanjadhaw/fix/missing_dollar_variableBasti
Fix missing dollar for variable in cmd_exists check
2021-08-10Fix missing dollar for variable in cmd_exists check (thanks to @hrhino for ↵Sebastian Sellmeier
pointing out)
2021-08-09Merge pull request #275 from pavanjadhaw/nextBasti
Stable Release
2021-08-09Prepare release for stable v4.0.0Sebastian Sellmeier
2021-08-08Merge pull request #273 from pavanjadhaw/beta_fix_installerBasti
v4.0.0-beta2: Fix installer to detect i3lock-color also if named i3lock
2021-08-07Fix installer to also detect i3lock-color if command is i3lockSebastian Sellmeier
2021-08-07Prepare release v4.0.0-beta2 with autodetection of i3lock-color binary-name ↵Sebastian Sellmeier
(i3lock-color/i3lock)
2021-08-07Merge pull request #272 from pavanjadhaw/issue_266Basti
Autodetect i3lock-color name / validate $i3lockcolor_bin from user-config, Extend copyright matching LICENSE
2021-08-07Add 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-21Updated CONTRIBUTING.md and according section in README.md to avoid ↵Sebastian Sellmeier
duplicate text
2021-07-21Add gento-install to readme from #264 thanks to @mjkalyanSebastian Sellmeier
2021-07-21Fixup docsSebastian Sellmeier
Update readme to show beta-release, rename workflow-config (cherry picked from commit 4a95562740bee221061156110b6f60bac969eb55)
2021-07-21Prepare for release v4.0.0-beta1Sebastian Sellmeier
2021-07-21Improve --version commandSebastian Sellmeier
2021-07-21Reworked 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-21Adjust lock_timeout to defaultSebastian Sellmeier
2021-07-21missing fileSebastian Sellmeier
2021-07-21Fix i3lockcolor_bin (#251)Sebastian Sellmeier
2021-07-21Fix default feh-command to match doc behaviour (#257)Basti
2021-07-21Improve/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-21Fixes --lock not working with autodetection when started from zsh, avoids ↵Basti
autodetect because of stability issues (#254)
2021-07-21Reformat and improve documentation, add install-script (#242)Basti
2021-07-21Determinate i3lock-color binary automatically with i3lock-color/i3lock or ↵Basti
quit with error (#252)
2021-07-21Check for dunstctl once as dunst is optional dependency (#250)Basti
2021-07-21Fixed issue with --update failing due to quotingJeff M. Hubbard