summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-05-30 10:25:58 +0200
committerDave Davenport <qball@gmpclient.org>2016-05-30 10:25:58 +0200
commit1b5bcaa9f4a73adf07a3a4eb3c37f4f91032a417 (patch)
tree29289deedc989d79bddf5bfbc68184b4141ed40d /config
parente84e387e9423404df028c41ffa0ad17c66a25b0e (diff)
Issue #411: Show list of Keyboard bindings with rofi, from rofi.
Diffstat (limited to 'config')
-rw-r--r--config/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.c b/config/config.c
index 4222ebb1..d20a2cb4 100644
--- a/config/config.c
+++ b/config/config.c
@@ -67,7 +67,7 @@ Settings config = {
/** Command executed when running application in terminal */
.run_shell_command = "{terminal} -e {cmd}",
/** Command executed on accep-entry-custom for window modus */
- .window_command = "xkill -id {window}",
+ .window_command = "xkill -id {window}",
/**
* Location of the window.
* Enumeration indicating location or gravity of window.