]> Dogcows Code - chaz/openbox/commitdiff
make the default screen-edge resistance 20 (double what it is for windows)
authorDana Jansens <danakj@orodu.net>
Wed, 3 Sep 2003 05:44:28 +0000 (05:44 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 3 Sep 2003 05:44:28 +0000 (05:44 +0000)
data/rc.xml
openbox/config.c

index c3737d30b425fdaaa4d51609307ea892d6c36ca8..f919febe0db626754dcc5c081cebaff7cb84a9b6 100644 (file)
@@ -7,7 +7,7 @@
 
 <resistance>
   <strength>10</strength>
-  <screen_edge_strength>10</screen_edge_strength>
+  <screen_edge_strength>20</screen_edge_strength>
 </resistance>
 
 <placement>
index 21f03d3e27dea11e6cc692469b2c9781e6534156..7e3b10a42fe2f3295706d3d4ba6b60e6abd9b01d 100644 (file)
@@ -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);
 
This page took 0.023265 seconds and 4 git commands to generate.