Commit graph

184 commits

Author SHA1 Message Date
Basti
1d2b1e4a9e
Merge pull request #328 from AVAtarMod/next
Fixes wrong help message for --off
2022-02-27 16:57:19 +01:00
AVAtar Mod
13f46dc191 Fixes wrong help message for --off 2022-02-27 13:41:44 +03:00
Basti
0d4b898324
Merge pull request #320 from ti-mo/postlock-race
Run prelock and postlock synchronously to avoid race condition
2022-02-23 23:00:41 +01:00
Basti
947fea2305
Merge pull request #326 from betterlockscreen/fix_shellcheck
Fix Shellcheck by also quoting the inner variable
2022-02-23 22:51:24 +01:00
Sebastian Sellmeier
321b3ebcea
Fix Shellcheck by also quoting the inner variable (reference: https://github-wiki-see.page/m/koalaman/shellcheck/wiki/SC2295) 2022-02-22 21:27:01 +01:00
Basti
273078050f
Merge pull request #319 from ti-mo/copyright-year
Copyright year 2022, update repository URL
2022-02-22 15:39:29 +01:00
Timo Beckers
1093ce51e6
Run prelock and postlock synchronously to avoid race condition
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 14:43:32 +01:00
Timo Beckers
1900cd5b23
Copyright year 2022, update repository URL 2022-01-14 14:39:00 +01:00
Sebastian Sellmeier
c625f8b8a1
Part of #232 - add issue-template for bug, feature-request and also basic pr-template 2021-10-11 17:49:13 +02:00
Jeff M. Hubbard
806866de57
Fix DPI scaling (#287) 2021-10-11 17:49:13 +02:00
atagen
de7bcdc2b5
Added quiet-mode (#288) 2021-10-11 17:48:56 +02:00
Basti
5d8b8aa72a
Update docs regarding master -> main change
(cherry picked from commit 0da7dac0f3b229e0e560706a72f23e410b468263)
2021-10-11 17:33:14 +02:00
Basti
9e43994c25
Merge pull request #286 from betterlockscreen/next
Prepare for v4.0.3 release
2021-08-21 21:39:34 +02:00
Sebastian Sellmeier
70f08f9032
Prepare release for v4.0.3 2021-08-21 21:38:58 +02:00
Sebastian Sellmeier
f8f897f758
Prepare beta-release for v4.0.3-beta1 2021-08-21 02:18:26 +02:00
Sebastian Sellmeier
a0fb39fd5a
Fixes wrong docs for --off #281 2021-08-21 02:15:51 +02:00
Sebastian Sellmeier
bc2a17621c
Fixes issue with systemd-service #277 2021-08-21 02:14:51 +02:00
Basti
9260018996
Merge pull request #278 from pavanjadhaw/fix/missing_dollar_variable
Fix missing dollar for variable in cmd_exists check
2021-08-10 22:26:54 +02:00
Sebastian Sellmeier
46dc2ae6c4
Fix missing dollar for variable in cmd_exists check (thanks to @hrhino for pointing out) 2021-08-10 22:25:31 +02:00
Basti
a315d2ea24
Merge pull request #275 from pavanjadhaw/next
Stable Release
2021-08-09 23:12:24 +02:00
Sebastian Sellmeier
c3fcd2d6f7
Prepare release for stable v4.0.0 2021-08-09 23:11:04 +02:00
Basti
caa0350752
Merge pull request #273 from pavanjadhaw/beta_fix_installer
v4.0.0-beta2: Fix installer to detect i3lock-color also if named i3lock
2021-08-08 21:28:58 +02:00
Sebastian Sellmeier
7157b04564
Fix installer to also detect i3lock-color if command is i3lock 2021-08-07 14:48:15 +02:00
Sebastian Sellmeier
f452ef0ec4
Prepare release v4.0.0-beta2 with autodetection of i3lock-color binary-name (i3lock-color/i3lock) 2021-08-07 01:25:30 +02:00
Basti
d53669fdbf
Merge pull request #272 from pavanjadhaw/issue_266
Autodetect i3lock-color name / validate $i3lockcolor_bin from user-config, Extend copyright matching LICENSE
2021-08-07 01:21:07 +02:00
Sebastian Sellmeier
583ad3468f
Add code to autodetect if i3lock-color is available under its name or i3lock and validate custom values from config, extend copyright matching LICENSE 2021-08-07 01:18:44 +02:00
Sebastian Sellmeier
6537717ab1
Updated CONTRIBUTING.md and according section in README.md to avoid duplicate text 2021-07-21 01:57:08 +02:00
Sebastian Sellmeier
4ef273cf5e
Add gento-install to readme from #264 thanks to @mjkalyan 2021-07-21 01:42:54 +02:00
Sebastian Sellmeier
68e474393d
Fixup docs
Update readme to show beta-release, rename workflow-config

(cherry picked from commit 4a95562740)
2021-07-21 01:04:41 +02:00
Sebastian Sellmeier
6ac1f74a94
Prepare for release v4.0.0-beta1 2021-07-21 01:04:41 +02:00
Sebastian Sellmeier
0a81e77d8d
Improve --version command 2021-07-21 01:04:41 +02:00
Jeff M. Hubbard
7c1f480a4d
Reworked loginbox (#249)
* 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 01:04:41 +02:00
Sebastian Sellmeier
17bf536969
Adjust lock_timeout to default 2021-07-21 01:04:40 +02:00
Sebastian Sellmeier
ad329ee195
missing file 2021-07-21 01:04:40 +02:00
Sebastian Sellmeier
be2d9a90dd
Fix i3lockcolor_bin (#251) 2021-07-21 01:04:40 +02:00
Basti
682e056aec
Fix default feh-command to match doc behaviour (#257) 2021-07-21 01:04:40 +02:00
Basti
a320ab3ff9
Improve/docs ci naming (#253)
* 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 01:04:40 +02:00
Basti
906259dd2b
Fixes --lock not working with autodetection when started from zsh, avoids autodetect because of stability issues (#254) 2021-07-21 01:04:39 +02:00
Basti
2b31627d59
Reformat and improve documentation, add install-script (#242) 2021-07-21 01:04:38 +02:00
Basti
8ab40b5af2
Determinate i3lock-color binary automatically with i3lock-color/i3lock or quit with error (#252) 2021-07-21 01:03:48 +02:00
Basti
709933350c
Check for dunstctl once as dunst is optional dependency (#250) 2021-07-21 01:03:48 +02:00
Jeff M. Hubbard
3c76a7ebfe
Fixed issue with --update failing due to quoting 2021-07-21 01:03:47 +02:00
Basti
6cc1fc16df
Issue-231: Add -v/--version (#246) 2021-07-21 01:03:47 +02:00
Basti
95bd5767ae
Use XDG_* variables for directories and /home/sebtm* only as fallback (ported from #184) (#244) 2021-07-21 01:03:47 +02:00
Basti
62b8002248
Add current github-workflow from master (#243) 2021-07-21 01:03:47 +02:00
Jeff M. Hubbard
d1d19e1ff0
Clear shellcheck errors 2021-07-21 01:03:47 +02:00
Sourav Das
321b8e8c5f
Don't change state of dunst on unlock if paused on lock (#233)
* Fix: Don't change state of dunst on unlock if paused on lock (credits to @souravdas142)
2021-07-21 01:03:46 +02:00
Jeff M. Hubbard
a64ce8f441
Left-align time string (#238) 2021-07-21 01:03:46 +02:00
Jeff M. Hubbard
66d9759159
Get DPI from xrdb, fixes #236 (#237)
`multi-monitor` branch did not check for user set DPI in Xresources.
It does now. Also, rather than parsing .Xresources file, we instead
query xrdb to get the current value.
2021-07-21 01:03:46 +02:00
Jeff M. Hubbard
c025de7b8f
Delete TODO.md 2021-07-21 01:03:46 +02:00