We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b6511d commit d8e853eCopy full SHA for d8e853e
CHANGELOG
@@ -1,3 +1,8 @@
1
+2024-03-16 i3lock 2.15
2
+
3
+ • unlock indicator: display current keyboard layout when
4
+ user types password (with --show-keyboard-layout flag).
5
6
2022-06-21 i3lock 2.14.1
7
8
• unlock indicator: display only caps lock and num lock,
meson.build
@@ -6,7 +6,7 @@
project(
'i3lock',
'c',
9
- version: '2.14.1',
+ version: '2.15',
10
default_options: [
11
'c_std=c11',
12
'warning_level=1', # enable all warnings (-Wall)
0 commit comments