Skip to content

Commit

Permalink
Update DockApps preferences comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
gijsbers committed Jul 7, 2024
1 parent ce6ba58 commit 519cc92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions man/icewm-preferences.pod
Original file line number Diff line number Diff line change
Expand Up @@ -685,8 +685,8 @@ Clock Date format for tooltip (strftime format string).
=item B<DockApps>="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<XRRPrimaryScreenName>=""

Expand Down
2 changes: 1 addition & 1 deletion src/default.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"),

Expand Down

0 comments on commit 519cc92

Please sign in to comment.