From: Dana Jansens Date: Thu, 20 Mar 2003 23:02:54 +0000 (+0000) Subject: disable warping on desk switch X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;ds=inline;h=eb6ef3533c828c534a8767b6d66a8ee544d55cfd;p=chaz%2Fopenbox disable warping on desk switch --- diff --git a/plugins/focus.c b/plugins/focus.c index 6a805478..14d3f676 100644 --- a/plugins/focus.c +++ b/plugins/focus.c @@ -8,7 +8,7 @@ /* config options */ static gboolean follow_mouse = TRUE; -static gboolean warp_on_desk_switch = TRUE; +static gboolean warp_on_desk_switch = FALSE; static gboolean focus_new = FALSE; static int skip_enter = 0;