summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md1
-rw-r--r--i3lock.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6965a38..eea54ea 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,6 @@ Requirements
- libev
- libx11-dev
- libx11-xcb-dev
-- libxkbfile-dev
- libxkbcommon >= 0.5.0
- libxkbcommon-x11 >= 0.5.0
diff --git a/i3lock.c b/i3lock.c
index 3a106ce..6f63e88 100644
--- a/i3lock.c
+++ b/i3lock.c
@@ -44,7 +44,6 @@
typedef void (*ev_callback_t)(EV_P_ ev_timer *w, int revents);
-/* We need this for libxkbfile */
char color[7] = "ffffff";
int inactivity_timeout = 30;
uint32_t last_resolution[2];