sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit bf8d23a836dcb307f151b20dbd8dfb04a6d9b275
parent 62a530513c9fee1509536b19bcb76cd243621f27
Author: Simon Ser <contact@emersion.fr>
Date:   Thu, 11 Jun 2020 16:40:33 +0200

Log Sway version on startup

Diffstat:
Msway/main.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/sway/main.c b/sway/main.c @@ -323,6 +323,7 @@ int main(int argc, char **argv) { wlr_log_init(WLR_ERROR, NULL); } + sway_log(SWAY_INFO, "Sway version " SWAY_VERSION); log_kernel(); log_distro(); log_env();