disable warping on desk switch
This commit is contained in:
parent
6cb4d8bca8
commit
eb6ef3533c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue