summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorsabetts <sabetts>2004-06-14 05:25:50 +0000
committersabetts <sabetts>2004-06-14 05:25:50 +0000
commit77c5d0b11dab2b5160ac68e198da23fb168af5ba (patch)
treed81ec9322d2ae62c4565f448c8f46dcbcbe10c59 /src/main.c
parentc2ccd7137f1d77215abc34ceb9bdf0a30d3888a1 (diff)
downloadratpoison-77c5d0b11dab2b5160ac68e198da23fb168af5ba.zip
(init_defaults): set default for window list style to
column.
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 ("");