summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-03 05:44:28 +0000
committerDana Jansens <danakj@orodu.net>2003-09-03 05:44:28 +0000
commit5a44164be9c7171f7775f7a3f88fe4a1f93d9a1b (patch)
treea8fd738ec014e19c6836fb187826c5d3379bb034 /openbox
parent83c213143e8a227c70b8fbf9337d5fead15784d8 (diff)
make the default screen-edge resistance 20 (double what it is for windows)
Diffstat (limited to 'openbox')
-rw-r--r--openbox/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/config.c b/openbox/config.c
index 21f03d3e..7e3b10a4 100644
--- a/openbox/config.c
+++ b/openbox/config.c
@@ -398,7 +398,7 @@ void config_startup(ObParseInst *i)
parse_register(i, "mouse", parse_mouse, NULL);
config_resist_win = 10;
- config_resist_edge = 10;
+ config_resist_edge = 20;
parse_register(i, "resistance", parse_resistance, NULL);