dwl

My patch set and modifications to dwl
git clone git://git.ethandl.dev/dwl
Log | Files | Refs | README | LICENSE

commit e73ea679f48b8f28334a372220b36b59265684dd
parent cd3d0a102fbf6923703a10c9b8d199f51efa37e2
Author: Devin J. Pohly <djpohly@gmail.com>
Date:   Tue, 30 Mar 2021 13:48:06 -0500

Merge branch 'main' into wlroots-next

Diffstat:
M.github/ISSUE_TEMPLATE/bug_report.md | 2+-
M.github/ISSUE_TEMPLATE/enhancement-idea.md | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Something in dwl isn't working correctly title: '' -labels: 'Type: bug' +labels: 'A: bug' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/enhancement-idea.md b/.github/ISSUE_TEMPLATE/enhancement-idea.md @@ -2,7 +2,7 @@ name: Enhancement idea about: Suggest a feature or improvement title: '' -labels: 'Type: enhancement' +labels: 'A: enhancement' assignees: '' ---