summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan.olivier@wanadoo.fr>2006-03-06 21:34:34 +0000
committerOlivier Fourdan <fourdan.olivier@wanadoo.fr>2006-03-06 21:34:34 +0000
commitb44426270774f394d2ce162a2aa8ef03be915ee0 (patch)
tree9ad6db01a68727be4f7438aeba7e07dad0b28054
parent7f5d31cc62be2f4de25c967d906797af297a415e (diff)
downloadxfwm4-b44426270774f394d2ce162a2aa8ef03be915ee0.tar.gz
Turn snap resistance to false by default.
(Old svn revision: 20263)
-rw-r--r--defaults/defaults2
-rw-r--r--mcs-plugin/wmtweaks_plugin.c2
-rw-r--r--mcs-plugin/workspaces.c2
-rw-r--r--mcs-plugin/xfwm4_plugin.c2
-rw-r--r--mcs-plugin/xfwm4_shortcuteditor.c2
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