From 519cc92557c9fb52f69094591fd6700ad5869059 Mon Sep 17 00:00:00 2001 From: Bert Gijsbers Date: Sun, 7 Jul 2024 11:58:38 +0200 Subject: [PATCH] Update DockApps preferences comment. --- man/icewm-preferences.pod | 4 ++-- src/default.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man/icewm-preferences.pod b/man/icewm-preferences.pod index 92341c921..f10a0613e 100644 --- a/man/icewm-preferences.pod +++ b/man/icewm-preferences.pod @@ -685,8 +685,8 @@ Clock Date format for tooltip (strftime format string). =item B="right high desktop" Support DockApps (right, left, center, down, high, above, dock, ontop, -normal, below, desktop, or empty to disable). Control with Ctrl+Mouse. -The first five control positioning, while the next six set the layer. +normal, below, desktop, or empty to disable). The first five control +positioning, while the next six set the layer. Control with Ctrl+Mouse. =item B="" diff --git a/src/default.h b/src/default.h index 6adbe95d4..a5f6c32f5 100644 --- a/src/default.h +++ b/src/default.h @@ -469,7 +469,7 @@ cfoption icewm_preferences[] = { OSV("TimeFormat", &fmtTime, "Clock Time format (strftime format string)"), OSV("TimeFormatAlt", &fmtTimeAlt, "Alternate Clock Time format for blinking effects"), OSV("DateFormat", &fmtDate, "Clock Date format for tooltip (strftime format string)"), - OSV("DockApps", &dockApps, "Support DockApps (right, left, center, down, high, above, below, desktop, or empty to disable). Control with Ctrl+Mouse."), + OSV("DockApps", &dockApps, "Support DockApps (right, left, center, down, high, above, dock, ontop, normal, below, desktop, or empty to disable). The first five control positioning, while the next six set the layer. Control with Ctrl+Mouse."), OSV("XRRPrimaryScreenName", &xineramaPrimaryScreenName, "screen/output name of the primary screen"), OSV("AcpiIgnoreBatteries", &acpiIgnoreBatteries, "List of battery names (directories) in /proc/acpi/battery to ignore. Useful when more slots are built-in, but only one battery is used"),