summaryrefslogtreecommitdiff
path: root/src/Config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Config.cpp')
-rw-r--r--src/Config.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Config.cpp b/src/Config.cpp
index 862c328..abc1b70 100644
--- a/src/Config.cpp
+++ b/src/Config.cpp
@@ -48,6 +48,7 @@ Config::Config(XConn* x11)
this->x11 = x11;
clientOffset = 3;
imgBackground = IMAGEPATH "background.png";
+ kbdImage = IMAGEPATH "keyboard.png";
windowBarHeight = 30;
buttonWidth = 20;