summaryrefslogtreecommitdiffstats
path: root/include/rofi.h
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 /include/rofi.h
parentb6652a022114b3c5982523637d30551d16f31553 (diff)
Fix #128: Better handling of keybindings and remove deprecated launching.
See manpage.
Diffstat (limited to 'include/rofi.h')
-rw-r--r--include/rofi.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/rofi.h b/include/rofi.h
index 7a844a77..1e5b0a7d 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -174,12 +174,6 @@ typedef struct _Settings
/** Command for listing executables */
char * run_list_command;
- /** Key to open window switcher */
- char * window_key;
- /** Key to open run dialog */
- char * run_key;
- /** Key to open ssh dialog */
- char * ssh_key;
/** Windows location/gravity */
WindowLocation location;
/** Padding between elements */