summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-02-15 21:15:16 +0100
committerQC <qball@gmpclient.org>2015-02-15 21:15:16 +0100
commitdee0bfb821df56a58fbc006cbe28954b1a2b5008 (patch)
tree910543f1ae090c90a4aab3d9d88a5375da7574ef /config
parentb6652a022114b3c5982523637d30551d16f31553 (diff)
Fix #128: Better handling of keybindings and remove deprecated launching.
See manpage.
Diffstat (limited to 'config')
-rw-r--r--config/config.def.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/config.def.c b/config/config.def.c
index 02efb7c9..6ddea334 100644
--- a/config/config.def.c
+++ b/config/config.def.c
@@ -69,12 +69,6 @@ Settings config = {
.run_list_command = "",
/** Command executed when running application in terminal */
.run_shell_command = "{terminal} -e {cmd}",
- /** Key binding */
- .window_key = "F12",
- /** Key to open run dialog */
- .run_key = "mod1+F2",
- /** Key to open ssh dialog */
- .ssh_key = "mod1+F3",
/**
* Location of the window.
* Enumeration indicating location or gravity of window.