summaryrefslogtreecommitdiffstats
path: root/config/config.c
diff options
context:
space:
mode:
authorQball Cow <qball@gmpclient.nl>2014-03-18 10:55:25 +0100
committerQball Cow <qball@gmpclient.nl>2014-03-18 10:55:25 +0100
commit4d37cf35dc0a64abf3ca0f672807dd94e01c02b0 (patch)
treed1f360a571dc0185de3837af5a14ed3d2d071052 /config/config.c
parent5d5779ad1d1bb26a8514c14f17bb13aefa7ba92a (diff)
Small fix!
Diffstat (limited to 'config/config.c')
-rw-r--r--config/config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.c b/config/config.c
index d2887ea4..ec8cdb69 100644
--- a/config/config.c
+++ b/config/config.c
@@ -61,8 +61,8 @@ Settings config = {
.window_key = "F12",
.run_key = "mod1+F2",
.ssh_key = "mod1+F3",
- // Location of the window. CENTER, NORTH_WEST, NORTH,NORTH_EAST, etc.
- .location = CENTER,
+ // 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)
.wmode = VERTICAL,
// Padding of the window.