From 165c5a861d20c9dec4b902b66e92c6559a72821d Mon Sep 17 00:00:00 2001 From: trevnels <25140503+trevnels@users.noreply.github.com> Date: Thu, 19 May 2022 16:41:05 -0400 Subject: [PATCH] manpage fixes --- man/waybar-river-window.5.scd | 2 +- meson.build | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/man/waybar-river-window.5.scd b/man/waybar-river-window.5.scd index 94adbe0..d0497a0 100644 --- a/man/waybar-river-window.5.scd +++ b/man/waybar-river-window.5.scd @@ -56,4 +56,4 @@ Addressed by *river/window* # STYLE - *#window* -- *window#.focused* Applied when the output this module's bar belongs to is focused. \ No newline at end of file +- *#window.focused* Applied when the output this module's bar belongs to is focused. \ No newline at end of file diff --git a/meson.build b/meson.build index b794b16..bbacae8 100644 --- a/meson.build +++ b/meson.build @@ -347,6 +347,7 @@ if scdoc.found() 'waybar-network.5.scd', 'waybar-pulseaudio.5.scd', 'waybar-river-tags.5.scd', + 'waybar-river-window.5.scd', 'waybar-sway-language.5.scd', 'waybar-sway-mode.5.scd', 'waybar-sway-window.5.scd',