projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83c2131
)
make the default screen-edge resistance 20 (double what it is for windows)
author
Dana Jansens
<danakj@orodu.net>
Wed, 3 Sep 2003 05:44:28 +0000
(
05:44
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 3 Sep 2003 05:44:28 +0000
(
05:44
+0000)
data/rc.xml
patch
|
blob
|
history
openbox/config.c
patch
|
blob
|
history
diff --git
a/data/rc.xml
b/data/rc.xml
index c3737d30b425fdaaa4d51609307ea892d6c36ca8..f919febe0db626754dcc5c081cebaff7cb84a9b6 100644
(file)
--- a/
data/rc.xml
+++ b/
data/rc.xml
@@
-7,7
+7,7
@@
<resistance>
<strength>10</strength>
- <screen_edge_strength>
1
0</screen_edge_strength>
+ <screen_edge_strength>
2
0</screen_edge_strength>
</resistance>
<placement>
diff --git
a/openbox/config.c
b/openbox/config.c
index 21f03d3e27dea11e6cc692469b2c9781e6534156..7e3b10a42fe2f3295706d3d4ba6b60e6abd9b01d 100644
(file)
--- 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 =
1
0;
+ config_resist_edge =
2
0;
parse_register(i, "resistance", parse_resistance, NULL);