From d4da9d8ba12dffd38665bdbd862b50ccdba1eae1 Mon Sep 17 00:00:00 2001 From: FelixFourcolor Date: Fri, 23 Jan 2026 00:23:56 -0800 Subject: [PATCH] Fix binding for auto exit tabbed tiling setting Fix enabling auto-exit tab forces you to enable mouse follows focus --- lib/prefs/settings.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/prefs/settings.js b/lib/prefs/settings.js index e90a640..284cf21 100644 --- a/lib/prefs/settings.js +++ b/lib/prefs/settings.js @@ -98,7 +98,6 @@ export class SettingsPage extends PreferencesPage { subtitle: _("Exit tabbed tiling mode when only a single tab remains"), settings, bind: "auto-exit-tabbed", - bind: "move-pointer-focus-enabled", }), new DropDownRow({ title: _("Drag-and-drop behavior"),