90b0205a90
Configure wallpaper in the UI package, to accommodate changing wallpapers per release. The wallpaper path is adjusted in `/usr/share/i3/config.pmos`.
7 lines
217 B
Bash
7 lines
217 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
|
|
install -Dm 644 -t /etc/skel/.config/i3/ /etc/i3/config
|