summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 7550c82..1d58faf 100644
--- a/src/main.c
+++ b/src/main.c
@@ -495,7 +495,7 @@ init_defaults ()
defaults.win_name = WIN_NAME_TITLE;
defaults.startup_message = 1;
defaults.warp = 1;
- defaults.window_list_style = STYLE_ROW;
+ defaults.window_list_style = STYLE_COLUMN;
defaults.history_size = 20;
defaults.frame_selectors = xstrdup ("");