From b44426270774f394d2ce162a2aa8ef03be915ee0 Mon Sep 17 00:00:00 2001
From: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date: Mon, 6 Mar 2006 21:34:34 +0000
Subject: [PATCH] Turn snap resistance to false by default.

(Old svn revision: 20263)
---
 defaults/defaults                 | 2 +-
 mcs-plugin/wmtweaks_plugin.c      | 2 +-
 mcs-plugin/workspaces.c           | 2 +-
 mcs-plugin/xfwm4_plugin.c         | 2 +-
 mcs-plugin/xfwm4_shortcuteditor.c | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/defaults/defaults b/defaults/defaults
index f2b3c5742..b8df733ef 100644
--- a/defaults/defaults
+++ b/defaults/defaults
@@ -31,7 +31,7 @@ shadow_delta_x=0
 shadow_delta_y=0
 snap_to_border=true
 snap_to_windows=false
-snap_resist=true
+snap_resist=false
 snap_width=10
 theme=Default
 title_alignment=left
diff --git a/mcs-plugin/wmtweaks_plugin.c b/mcs-plugin/wmtweaks_plugin.c
index 990eefb4e..3fd895563 100644
--- a/mcs-plugin/wmtweaks_plugin.c
+++ b/mcs-plugin/wmtweaks_plugin.c
@@ -66,7 +66,7 @@ static gboolean prevent_focus_stealing = FALSE;
 static gboolean raise_with_any_button  = FALSE;
 static gboolean restore_on_move        = TRUE;
 static gboolean scroll_workspaces      = TRUE;
-static gboolean snap_resist            = TRUE;
+static gboolean snap_resist            = FALSE;
 static gboolean toggle_workspaces      = TRUE;
 static gboolean wrap_layout            = FALSE;
 static gboolean wrap_cycle             = FALSE;
diff --git a/mcs-plugin/workspaces.c b/mcs-plugin/workspaces.c
index 4a23c4866..b37433274 100644
--- a/mcs-plugin/workspaces.c
+++ b/mcs-plugin/workspaces.c
@@ -1,4 +1,4 @@
-/*      $Id$
+/*      $Id: workspaces.c 19935 2006-02-18 08:21:05Z olivier $
  
         This program is free software; you can redistribute it and/or modify
         it under the terms of the GNU General Public License as published by
diff --git a/mcs-plugin/xfwm4_plugin.c b/mcs-plugin/xfwm4_plugin.c
index 300667516..a157fec98 100644
--- a/mcs-plugin/xfwm4_plugin.c
+++ b/mcs-plugin/xfwm4_plugin.c
@@ -1,4 +1,4 @@
-/*      $Id$
+/*      $Id: xfwm4_plugin.c 20089 2006-02-26 16:02:48Z olivier $
  
         This program is free software; you can redistribute it and/or modify
         it under the terms of the GNU General Public License as published by
diff --git a/mcs-plugin/xfwm4_shortcuteditor.c b/mcs-plugin/xfwm4_shortcuteditor.c
index cdd9184b6..c96953ecb 100644
--- a/mcs-plugin/xfwm4_shortcuteditor.c
+++ b/mcs-plugin/xfwm4_shortcuteditor.c
@@ -1,4 +1,4 @@
-/*      $Id$
+/*      $Id: xfwm4_shortcuteditor.c 19935 2006-02-18 08:21:05Z olivier $
  
         This program is free software; you can redistribute it and/or modify
         it under the terms of the GNU General Public License as published by
-- 
GitLab