lowercase DWL (dwl is the preferred form)

This commit is contained in:
Leonardo Hernández Hernández 2023-12-15 22:36:51 -06:00 committed by Daniel Eklöf
parent 14550440dd
commit 60671da2ca
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 3 additions and 3 deletions

View file

@ -28,7 +28,7 @@ Running multiple instances at the same time may result in
:< *Description*
| id
: int
: Dwl tag id.
: dwl tag id.
| name
: string
: The name of the tag (defaults to _id_ if not set).

View file

@ -174,7 +174,7 @@ summary(
'Clock': plugin_clock_enabled,
'CPU monitoring': plugin_cpu_enabled,
'Disk I/O monitoring': plugin_disk_io_enabled,
'DWL (dwm for Wayland)': plugin_dwl_enabled,
'dwl (dwm for Wayland)': plugin_dwl_enabled,
'Foreign toplevel (window tracking for Wayland)': plugin_foreign_toplevel_enabled,
'Memory monitoring': plugin_mem_enabled,
'Music Player Daemon (MPD)': plugin_mpd_enabled,

View file

@ -19,7 +19,7 @@ option('plugin-cpu', type: 'feature', value: 'auto',
option('plugin-disk-io', type: 'feature', value: 'auto',
description: 'Disk I/O support')
option('plugin-dwl', type: 'feature', value: 'auto',
description: 'DWL (dwm for wayland) support')
description: 'dwl (dwm for wayland) support')
option('plugin-foreign-toplevel', type: 'feature', value: 'auto',
description: 'Foreign toplevel (window tracking for Wayland) support')
option('plugin-mem', type: 'feature', value: 'auto',