pmaports/main/postmarketos-ui-sway/postmarketos-ui-sway.post-install
Oliver Smith 66752818bf
main/postmarketos-ui-sway: modernize (MR 2162)
* use tinydm instead of lightdm
* set default term to foot, as alacritty needs a recent opengl version
  (issue 984)
* override sway config to actually use foot (there is no
  sway-sensible-terminal and upstream isn't interested in adding it)
* set the pmOS wallpaper in the overridden sway config
* add a subpackage that allows changing $mod to Alt, so it's easier to
  test this in QEMU while running i3/sway on the host with $mod set to
  Mod4
* re-enable previously disabled architectures
* set myself as maintainer
2021-07-03 10:55:48 +02:00

7 lines
148 B
Bash

#!/bin/sh
rc-update add tinydm default
tinydm-set-session -s /usr/share/wayland-sessions/sway.desktop
rc-update add networkmanager default
exit 0