From 7639fa1c15ccc120d6471d31e5c27cd100d7efc0 Mon Sep 17 00:00:00 2001 From: "Torrance, Douglas" Date: Sat, 14 Jan 2023 22:22:39 +0000 Subject: [PATCH] Add "KeepDockOnPrimaryHead" checkbox to WPrefs experts panel --- WPrefs.app/Expert.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/WPrefs.app/Expert.c b/WPrefs.app/Expert.c index b9f9dc35..8195d876 100644 --- a/WPrefs.app/Expert.c +++ b/WPrefs.app/Expert.c @@ -119,7 +119,9 @@ static const struct { /* default: */ False, OPTION_WMAKER, "DbClickFullScreen" }, { N_("Close rootmenu when mouse (left or right) is clicked outside focus."), - /* default: */ False, OPTION_WMAKER, "CloseRootMenuByLeftOrRightMouseClick" } + /* default: */ False, OPTION_WMAKER, "CloseRootMenuByLeftOrRightMouseClick" }, + { N_("Keep dock on primary head."), + /* default: */ False, OPTION_WMAKER, "KeepDockOnPrimaryHead"}, };