From 5a44164be9c7171f7775f7a3f88fe4a1f93d9a1b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 3 Sep 2003 05:44:28 +0000 Subject: make the default screen-edge resistance 20 (double what it is for windows) --- openbox/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox') 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); -- cgit v1.2.3