081f663b36
90b0205a
("postmarketos-ui-i3wm: configure wallpaper globally") directly copies
the default i3 config into the user's config directory. Change to using the
wizard instead
6 lines
161 B
Bash
6 lines
161 B
Bash
#!/bin/sh
|
|
|
|
rc-update add tinydm default
|
|
tinydm-set-session -s /usr/share/xsessions/i3.desktop
|
|
rc-update add elogind default
|
|
rc-update add networkmanager default
|