all repos — openbox @ 5a44164be9c7171f7775f7a3f88fe4a1f93d9a1b

openbox fork - make it a bit more like ryudo

make the default screen-edge resistance 20 (double what it is for windows)
Dana Jansens danakj@orodu.net
commit

5a44164be9c7171f7775f7a3f88fe4a1f93d9a1b

parent

83c213143e8a227c70b8fbf9337d5fead15784d8

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M data/rc.xmldata/rc.xml

@@ -7,7 +7,7 @@ <openbox_config>

<resistance> <strength>10</strength> - <screen_edge_strength>10</screen_edge_strength> + <screen_edge_strength>20</screen_edge_strength> </resistance> <placement>
M openbox/config.copenbox/config.c

@@ -398,7 +398,7 @@

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);