summaryrefslogtreecommitdiffstats
path: root/config/config.c
diff options
context:
space:
mode:
authorQball Cow <qball@gmpclient.nl>2014-07-21 16:26:35 +0200
committerQball Cow <qball@gmpclient.nl>2014-07-21 16:26:35 +0200
commit7a1766fa457db63fa3c897a0d9b4b0d43dd818fd (patch)
treec9c6e6b7d557464d9034ba444db43f011919a952 /config/config.c
parent57f28bbb3bb4b756e677cf15973fc9b74475f9f2 (diff)
Fix issue #61
Diffstat (limited to 'config/config.c')
-rw-r--r--config/config.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/config/config.c b/config/config.c
index 6523e97c..54590735 100644
--- a/config/config.c
+++ b/config/config.c
@@ -62,20 +62,20 @@ Settings config = {
.i3_mode = 0,
#endif
// Key binding
- .window_key = "F12",
- .run_key = "mod1+F2",
- .ssh_key = "mod1+F3",
+ .window_key = "F12",
+ .run_key = "mod1+F2",
+ .ssh_key = "mod1+F3",
// Location of the window. WL_CENTER, WL_NORTH_WEST, WL_NORTH,WL_NORTH_EAST, etc.
.location = WL_CENTER,
// Mode of window, list (Vertical) or dmenu like (Horizontal)
.hmode = FALSE,
// Padding of the window.
- .padding = 5,
- .ssh_set_title = TRUE,
- .y_offset = 0,
- .x_offset = 0,
- .fixed_num_lines = FALSE,
- .disable_history = FALSE,
- .levenshtein_sort = FALSE
+ .padding = 5,
+ .ssh_set_title = TRUE,
+ .y_offset = 0,
+ .x_offset = 0,
+ .fixed_num_lines = FALSE,
+ .disable_history = FALSE,
+ .levenshtein_sort = FALSE
};