Skip to content

Commit b841d37

Browse files
committed
[SWAY] wshowkeys - Use maintained fork that work with modern wayland.
1 parent 5ceb740 commit b841d37

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

recipes/sway/layers/wshowkeys.mk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ wshowkeys:=$(LSTAMP)/$(bdir)
99

1010
$(L) += $(wshowkeys)
1111

12-
$(call git_clone, $(bdir), https://git.sr.ht/~sircmpwn/wshowkeys, $(WSHOWKEYS_GIT_REF))
12+
DEB_PACKAGES += libinput-dev
13+
14+
$(call git_clone, $(bdir), https://github.com/ammgws/wshowkeys, $(WSHOWKEYS_GIT_REF))
1315

1416
include $(BUILD_LAYER)
1517

0 commit comments

Comments
 (0)