]> Dogcows Code - chaz/openbox/commitdiff
disable warping on desk switch
authorDana Jansens <danakj@orodu.net>
Thu, 20 Mar 2003 23:02:54 +0000 (23:02 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 20 Mar 2003 23:02:54 +0000 (23:02 +0000)
plugins/focus.c

index 6a805478bef673b1889a0ee148834bd69182fa48..14d3f67639b8d7ef86a49beabc76e5d25f6a6f34 100644 (file)
@@ -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;
This page took 0.027218 seconds and 4 git commands to generate.