pmaports w/ reMarkable 1 packages
Find a file
Pablo Correa Gómez 2450153249
main/postmarketos-ui-phosh: remove custom button-layout override (MR 2945)
Phosh takes care of it in a smarter way[1]. The custom override also has the
consequence of never showing closing buttons in docked mode, which can be
an inconvenience.

[1] https://gitlab.gnome.org/World/Phosh/phosh/-/blob/main/src/docked-manager.c#L292-L295

Or in case the lines change with time:
```C
phosh_docked_manager_set_enabled (PhoshDockedManager *self, gboolean enable)

  if (enable)
    g_settings_reset (self->wm_settings, WM_KEY_LAYOUT);
  else
    g_settings_set_string (self->wm_settings, WM_KEY_LAYOUT, "appmenu:");
```
2022-03-15 09:52:45 +01:00
.ci main/osk-sdl: add fde-unlock script (MR 2687) 2022-02-03 15:39:48 -08:00
cross cross/binutils-*: upgrade to 2.38-r1 2022-03-05 18:45:14 +03:00
device samsung-m3: add initial audio support (MR 2992) 2022-03-13 18:02:45 +01:00
main main/postmarketos-ui-phosh: remove custom button-layout override (MR 2945) 2022-03-15 09:52:45 +01:00
modem modem/msm-modem: depend on qmi-utils for uim-selection (MR 2769) 2021-12-18 15:01:58 +03:00
non-free/sgx-ddk-um non-free/sgx-ddk-um: new aport (MR 1868) 2021-02-23 22:10:12 +01:00
temp temp/gnome-control-center: upgrade to 41.4 and add dependency (MR 2997) 2022-03-13 16:27:20 +01:00
.clang-format Add .clang-format file (!465) 2019-06-26 22:36:15 +02:00
.editorconfig Add editorconfig file from Alpine 2018-11-27 07:47:11 +01:00
.gitignore gitignore: add 'src/' dir created when running abuild manually (MR 2450) 2021-08-21 20:30:46 +02:00
.gitlab-ci.yml CI: use shellcheck from Alpine again (MR 2691) 2021-11-18 18:22:29 +01:00
.mrhlpr.json mrhlpr.json: change suffix in commit names (MR 1146) 2020-04-12 03:52:48 +03:00
channels.cfg channels.cfg: mark v21.06 as unsupported 2022-01-30 16:07:27 +01:00
CODEOWNERS add sxmo maintainers to pinephone codeowners (MR 2211) 2021-06-01 13:25:57 +03:00
LICENSE Add GPLv3 again 2018-08-23 21:44:22 +02:00
pmaports.cfg pmaports.cfg: bump min pmb version to 1.41.0 (MR 2890) 2022-02-02 12:20:35 -08:00
README.md README: small updates to links 2021-09-01 03:11:51 +03:00