]> Dogcows Code - chaz/openbox/blobdiff - src/Screen.cc
removing old Makefile.in, rolling back Makefile.am to before the mappable muse button...
[chaz/openbox] / src / Screen.cc
index 73dfeaf1bd71d91d4adac0490657c83e7fe5cd85..775254c66d3147c67a23e9ab9b36d5539d52d499 100644 (file)
@@ -2170,9 +2170,10 @@ void BScreen::toggleFocusModel(FocusModel model) {
   if (model == SloppyFocus) {
     saveSloppyFocus(True);
   } else {
+    // we're cheating here to save writing the config file 3 times
+    resource.auto_raise = False;
+    resource.click_raise = False;
     saveSloppyFocus(False);
-    saveAutoRaise(False);
-    saveClickRaise(False);
   }
 
   updateFocusModel();
This page took 0.021956 seconds and 4 git commands to generate.