~mil/sxmo-devel

sxmo-utils: Add pinephone-keyboard.conf v1 UNKNOWN

Anjandev Momi: 1
 Add pinephone-keyboard.conf

 1 files changed, 5 insertions(+), 0 deletions(-)
#770578 .build.yml success
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~mil/sxmo-devel/patches/32630/mbox | git am -3
Learn more about email & git

[PATCH sxmo-utils] Add pinephone-keyboard.conf Export this patch

NOTE: DO NOT MERGE.
This config should be installed into /etc/sway/config.d/ but it's not
because we need to refactor our Makefile. I am sending this patch so we
can keep track of the upstreaming of this patch.

For reasoning on why this is needed see:
https://gitlab.com/postmarketOS/pmaports/-/issues/1515#note_962821337

This has been applied in postmarketOS in postmarketos-ui-sxmo-de-sway
pkgver 1.9.0 r1. When this patch has been applied (after fixing the
Makefile), we can remove that patch from the sxmo-de-sway package.
---
 configs/sway/config.d/pinephone-keyboard.conf | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 configs/sway/config.d/pinephone-keyboard.conf

diff --git a/configs/sway/config.d/pinephone-keyboard.conf b/configs/sway/config.d/pinephone-keyboard.conf
new file mode 100644
index 0000000..2d3b46c
--- /dev/null
+++ b/configs/sway/config.d/pinephone-keyboard.conf
@@ -0,0 +1,5 @@
input "0:0:PinePhone_Keyboard" {
      xkb_layout us
      xkb_model ppkb
      xkb_options lv3:ralt_switch
}
-- 
2.36.1
sxmo-utils/patches/.build.yml: SUCCESS in 28s

[Add pinephone-keyboard.conf][0] from [Anjandev Momi][1]

[0]: https://lists.sr.ht/~mil/sxmo-devel/patches/32630
[1]: mailto:anjan@momi.ca

✓ #770578 SUCCESS sxmo-utils/patches/.build.yml https://builds.sr.ht/~mil/job/770578
Hey anjan,

I added a cleanup commit to move old xkb config files to a specific
folder. We then install this file in /etc/sway/config.d that we include
in our default sway template.

Marked as applied ! Thanks for digging !

git To git.sr.ht:~mil/sxmo-utils
   9e186d14..d6a6fc2c  d6a6fc2c -> master