James Wescott
|
84eb1c3cce
|
Fixed several typos in the option handling (#32)
|
7 years ago |
Caleb Bassi
|
b55c2124e7
|
Fixed bug where --timecolor set the color for both date and time (#34)
|
7 years ago |
Ingo Bürk
|
3009ab422d
|
Merge pull request #136 from kaashif/openbsd-no-pam
Only use -lpam when not on OpenBSD
|
7 years ago |
Kaashif Hymabaccus
|
2d7f846c3c
|
Only use -lpam when not on OpenBSD
|
7 years ago |
James Wescott
|
6dccc5c610
|
Added indicator position to documentation
|
7 years ago |
James Wescott
|
73f02eea6e
|
Initial implementation of indicator positioning
|
7 years ago |
jakob
|
cddb87420b
|
Fix overwrite of getopt optind
Using 'optind' in getopt_long() shadows actual 'optind' being provided
by getopt, thus prevents any future options change from using optind.
See https://www.gnu.org/software/libc/manual/html_node/Getopt-Long-Options.html#index-getopt_005flong
|
7 years ago |
Chris Guillott
|
79a049365d
|
upstream stuff
|
8 years ago |
Michael Stapelberg
|
8e6e47fe0a
|
update CHANGELOG and I3LOCK_VERSION
|
8 years ago |
Ingo Bürk
|
10416e270b
|
Revert "Fix covering of composited notifications (#96)" (#133)
This reverts commit 80d4452ec6 .
fixes #130
|
8 years ago |
Ingo Bürk
|
8293749cfb
|
Merge pull request #132 from stapelberg/fix-version
Fix version
|
8 years ago |
Michael Stapelberg
|
a0abccf8f3
|
Makefile: fix I3LOCK_VERSION replacement
fixes #129
|
8 years ago |
Michael Stapelberg
|
90c24c3a28
|
update I3LOCK_VERSION (forgotten at release time)
|
8 years ago |
Chris Guillott
|
91be726e16
|
Update README.md
|
8 years ago |
Chris Guillott
|
28601feb7d
|
update to-do
|
8 years ago |
Chris Guillott
|
dd545ec330
|
may as well move that screenshot up some
|
8 years ago |
Chris Guillott
|
f14f5b1459
|
update lock.sh, readme
I hope I guessed these paths correctly...
|
8 years ago |
Chris Guillott
|
6ec7c668cf
|
add some more options
|
8 years ago |
Chris Guillott
|
d9f2e04bab
|
add a no-composite arg
|
8 years ago |
Chris Guillott
|
7fdb32a6be
|
bugfix
I am bad at testing things.
|
8 years ago |
Chris Guillott
|
aa906d564c
|
restore intended functionality of images over blurring
|
8 years ago |
Chris Guillott
|
12e3a846b8
|
fix compile warning
|
8 years ago |
Chris Guillott
|
14af07f5dc
|
update docs
|
8 years ago |
Chris Guillott
|
245c6706c6
|
tweak defaults
|
8 years ago |
Chris Guillott
|
3637d7ba28
|
fix pointer bugs, fix arithmetic bugs, expose more variables for time/date pos
|
8 years ago |
Chris Guillott
|
445abed154
|
fix whitespacing, remove debug stuff, oops
|
8 years ago |
Chris Guillott
|
638cf1a6e2
|
clock/text fixes, string fixes
|
8 years ago |
Chris Guillott
|
4c77571185
|
2.9
|
8 years ago |
Michael Stapelberg
|
5ab19daa5c
|
update CHANGELOG
|
8 years ago |
Chris Guillott
|
275ff68f6a
|
Merge branch 'master' of https://github.com/i3/i3lock
|
8 years ago |
Chris Guillott
|
32d99ccd6f
|
allow variable refresh rates
idk why you'd do this, but alright
|
8 years ago |
Chris Guillott
|
5aaf5a293e
|
tweak indicator stuff
|
8 years ago |
Aline
|
f2ef5989e1
|
Separated time and date display
|
8 years ago |
Aline
|
0f370bacdf
|
Updated readme
|
8 years ago |
Aline
|
e26171d545
|
Make clock font size modifiable
|
8 years ago |
Aline
|
e64f9adedc
|
Made clock position freely modifiable
|
8 years ago |
Aline
|
2193acef3b
|
Added CLI options for date/time font and clock text color
|
8 years ago |
Ingo Bürk
|
7cf393fb7e
|
Merge pull request #125 from jasperla/mlock
Restore intended behaviour and don't use mlock(2) on OpenBSD.
|
8 years ago |
Chris Guillott
|
f0f1a48edf
|
Update README.md
oops
|
8 years ago |
Chris Guillott
|
03ead33cbd
|
fix stuff
|
8 years ago |
Chris Guillott
|
b8bf88a125
|
cleaner language :)
|
8 years ago |
Chris Guillott
|
12a83555d5
|
un-bork merge commit
oops
|
8 years ago |
Chris Guillott
|
becf700382
|
Merge branch 'master' of github.com:chrjguill/i3lock-color
|
8 years ago |
Chris Guillott
|
3a1790ecc2
|
merge commit etc
|
8 years ago |
Jasper Lievisse Adriaanse
|
ea65a5292d
|
Restore intended behaviour and don't use mlock(2) on OpenBSD.
|
8 years ago |
Michael Stapelberg
|
0bed914e8e
|
Merge pull request #123 from jasperla/bsdauth
Add support for bsd_auth(3) as authentication backend
|
8 years ago |
Jasper Lievisse Adriaanse
|
68fc2e8b5f
|
Use bsd_auth(3) instead of PAM on OpenBSD
Also apply two security measures for OpenBSD:
- use explicit_bzero(3)
- mlock(2) works for non-root users too
|
8 years ago |
Jasper Lievisse Adriaanse
|
15973d1f52
|
Move all PAM code behind UES_PAM and enable that by default.
|
8 years ago |
Jasper Lievisse Adriaanse
|
c1de117825
|
Rename all PAM-independant variables/comments.
there is nothing PAM-specific about pam_state or pam_state_t. therefore
rename them to be authenticator independant.
|
8 years ago |
Ingo Bürk
|
512c10f1dd
|
Merge pull request #122 from jasperla/dpms
Remove last traces of DPMS
|
8 years ago |