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
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