summaryrefslogtreecommitdiff
path: root/src/conf.h
diff options
context:
space:
mode:
authorrcyeske <rcyeske>2001-02-19 21:05:56 +0000
committerrcyeske <rcyeske>2001-02-19 21:05:56 +0000
commitd1676f8fd215f735623cea1c1d707a346e9b6390 (patch)
treed89331a9eeddebf830bc87610d856de652a2927b /src/conf.h
parent29937a877c56ecd5eb85cd1d92676414a0b7c5d7 (diff)
downloadratpoison-d1676f8fd215f735623cea1c1d707a346e9b6390.zip
moved bar back to upper right (oops)
Diffstat (limited to 'src/conf.h')
-rw-r--r--src/conf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.h b/src/conf.h
index 3daea7c..f93bf03 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -46,7 +46,7 @@
and bottom of the message bar */
#define BAR_X_PADDING 0 /* The amount of padding on the left
and right of the message bar */
-#define BAR_LOCATION 0 /* 0=bottom-left 1=top-left 2=bottom-right 3=top-right */
+#define BAR_LOCATION 3 /* 0=bottom-left 1=top-left 2=bottom-right 3=top-right */
#define BAR_TIMEOUT 5 /* Number of seconds before the progam bar autohides 0=don't autohide */
#define PADDING_LEFT 0 /* space not to be taken up around managed windows */