Chris Guillott
b332ce611b
update help/makefile/man page
9 years ago
Chris Guillott
ed326ee463
add option for single-display unlock indicator
9 years ago
Chris Guillott
177024ddc0
Update README.md
yeah I'm bad at readmes
9 years ago
Chris Guillott
3aee980f30
Update README.md
9 years ago
Chris Guillott
7fb899bcd5
expose separator color for theming + bug fix
I did a double take, apparently he messed up a copy/paste.
9 years ago
Chris Guillott
fdaf1b22d8
update .gitignore to include i3lock-color instead of i3lock
9 years ago
Chris Guillott
5a2a6e4f61
Merge branch 'master' of github.com:Arcaena/i3lock-color
9 years ago
Chris Guillott
cf522a301f
add a couple options for drawing the line color
9 years ago
Chris Guillott
003c2d16a7
I accidentally a word, somehow.
9 years ago
Chris Guillott
986608a1fb
update makefile so you can have i3lock-color installed alongside i3lock
9 years ago
Chris Guillott
0a05fc0778
have I mentioned I'm bad at markdown?
9 years ago
Chris Guillott
bf8099d387
I'm _really_ bad at markdown
I blame 8ams.
Many, many thanks to @eBrnd for his original work on i3lock-color.
9 years ago
Chris Guillott
0a3fa50db5
I am bad at markdown.
9 years ago
Chris Guillott
6a72f6b6aa
Add a disclaimer that I didn't write the original i3lock-color; I just patched his commits back in
9 years ago
Chris Guillott
1beed9bc16
make the readme prettier; add To-do
9 years ago
Chris Guillott
34c2d5e1a3
patch in i3lock-color commits
9 years ago
Michael Stapelberg
59705b05b5
Show unlock indicator if password was entered during PAM verification
fixes #51
9 years ago
Michael Stapelberg
0bdc0c644d
Eat XKB_KEY_Delete and XKB_KEY_KP_Delete (Thanks bebehei)
fixes #50
9 years ago
Michael Stapelberg
cc73d88aea
Remove libxkbfile dependency from README.md/comments
It has not been in use since commit 7eb43aeabd
9 years ago
Michael Stapelberg
b181e3137b
use trusty, install libxkbcommon-dev from wily
9 years ago
Michael Stapelberg
d15cb5978e
travis: install clang-format-3.5 from llvm repository
Ubuntu utopic disappeared from archive.ubuntu.com, it’s EOL.
9 years ago
Michael Stapelberg
688d49d5b8
fix pam_securetty: set PAM_TTY to getenv("DISPLAY")
fixes #43
9 years ago
Michael Stapelberg
929e541fb7
Remove DPMS support in favor of a wrapper script and xset(1).
fixes #32
9 years ago
Michael Stapelberg
c5bb1d55e0
Merge pull request #24 from ixjlyons/timeout-doc
Indicate that the --inactivity-timeout option takes an argument.
10 years ago
Kenneth Lyons
d91c20a9f2
Indicate that the --inactivity-timeout option takes an argument.
10 years ago
Michael Stapelberg
105a86dc57
update CHANGELOG
10 years ago
Michael Stapelberg
5b7ee05581
makefile: s/README/README.md/
10 years ago
Michael Stapelberg
a0ac8cd87d
Merge pull request #14 from ony/master
Make pkg-config configurable
10 years ago
Nikolay Orlyuk
a02789367c
Make pkg-config configurable
10 years ago
Michael Stapelberg
8a49effade
Merge pull request #13 from Airblader/feature-12
Only redraw the screen if the unlock indicator is actually used.
10 years ago
Ingo Bürk
b4c97bddf7
Only redraw the screen if the unlock indicator is actually used.
fixes #12
10 years ago
Michael Stapelberg
02f3d44dcf
Merge pull request #11 from Deiz/update-notices
Update copyright notices and get rid of ranges
10 years ago
Deiz
dda29f93a1
Update copyright notices and get rid of ranges
The script used to make these changes can be found at:
https://gist.github.com/Deiz/32322020f76d23e2bf8f
10 years ago
Michael Stapelberg
cb1b06f351
Merge pull request #10 from Deiz/modifiers
List generic pressed modifiers on failure
10 years ago
Deiz
b4f6dae10e
List generic pressed modifiers on failure
10 years ago
Alexandre Boeglin
a9ecf1e0c9
Add capslock and numlock indicators
When the unlock indicator warns the user that a password was typed
wrong, it now also reports the state of the capslock and numlock
modifiers.
Signed-off-by: Alexandre Boeglin <alex@boeglin.org>
10 years ago
Michael Stapelberg
fe99346fb1
Merge pull request #9 from qfire/master
refresh pam credentials on successful authentication
10 years ago
James Cassidy
aaad9c0e7a
refresh pam credentials on successful authentication
10 years ago
Michael Stapelberg
de152b1f29
disable clang temporarily
10 years ago
Michael Stapelberg
8156de120a
commit missing .clang-format
10 years ago
Michael Stapelberg
a0bca728c9
add travis config
10 years ago
Michael Stapelberg
68b78a7f57
clang-format -i **/*.[ch]
From here on, we’ll use clang-format to automatically format the source.
This has worked well in i3, so we are introducing it for i3lock.
10 years ago
Michael Stapelberg
783509b872
Merge pull request #6 from danielotero/master
Add support for Compose and dead-keys with libxkbcommon
10 years ago
Daniel Otero
86323f6e04
Update the key symbol if the composing ends.
10 years ago
Daniel Otero
9e48c74be1
Avoid handle a keysym if the compose state gets cancelled
This is the approach taken by libX11, and feels more consistent.
10 years ago
Daniel Otero
562e824246
Remove xkb_context initialization code from load_compose_table
xkb_context is guaranteed to be initializated from load_keymap.
10 years ago
Daniel Otero
ef3ef30400
Add support for Compose and dead-keys with libxkbcommon
10 years ago
Michael Stapelberg
3898f75672
Merge pull request #3 from stibi/whoami
getting current user with whoami like function rather than from env variable
10 years ago
Martin Stiborsky
665ce3e215
getpwuid call moved
10 years ago
Martin Stiborsky
6ffe86ca12
null check for getpwuid and pw_name
10 years ago