summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAleksei Bavshin <alebastr@fedoraproject.org>2021-06-07 07:56:17 +0000
committerAleksei Bavshin <alebastr@fedoraproject.org>2021-06-07 07:58:49 +0000
commit40a2cdd4ea48aaaa79de139ac244104f41083011 (patch)
treedc8a182b736248917ce41d681965418d6b26a57c /README.md
parente98a3875a700c86e031ff8d69cff26c596e25c82 (diff)
downloadsway-comps-main.tar.gz
sway-comps-main.tar.xz
sway-comps-main.zip
Update groups after testing on a clean installation.main
Update documentation.
Diffstat (limited to 'README.md')
-rw-r--r--README.md50
1 files changed, 33 insertions, 17 deletions
diff --git a/README.md b/README.md
index 9ac94a0..8db3288 100644
--- a/README.md
+++ b/README.md
@@ -2,31 +2,47 @@
## Categories
- - `service(graphical-login)`
- - `PolicyKit-authentication-agent`
- - `desktop-notification-daemon`
- - Terminal
- - Browser
- - Application launcher
- - Image viewer
- - File manager [optional/just use shell?]
- - Volume applet/mixer
- - Brightness
- - Bluetooth applet
- - Network applet
- - Storage applet (udiskie) [optional]
- - ...?
+- `service(graphical-login)`
+- `PolicyKit-authentication-agent`
+- `desktop-notification-daemon`
+- Terminal
+- Browser
+- Application launcher
+- Image viewer
+- File manager [optional/just use shell?]
+- Volume applet/mixer
+- Brightness
+- Bluetooth applet
+- Network applet
+- Storage applet (udiskie)
+- ...?
+
+## Sources of inspiration
+
+- https://arewewaylandyet.com/
+- https://github.com/swaywm/sway/wiki/Useful-add-ons-for-sway
+- https://github.com/Manjaro-Sway/iso-profiles/blob/sway/community/sway/Packages-Desktop
## Testing
-```
+
+### Netinstall
+
+1. Download `Fedora-Everything-netinst` image from <https://download.fedoraproject.org/pub/fedora/linux/releases/34/Everything/x86_64/iso/>
+2. Begin installation as usual
+3. At the `Installation Source*` screen select `On the network ➡ Closest mirror` and add <https://alebastr.fedorapeople.org/repo/sway-comps/f34/> as an additional repository
+4. At the `Software Selection` screen select environment `Sway Desktop`, adjust the group selection as necessary and proceed with the installation
+
+### Local repository
+
+```sh
createrepo_c --groupfile sway-comps.xml .
echo | sudo tee /etc/yum.repos.d/sway-comps.repo <<EOF
[sway-comps]
name=Group definitions for Sway desktop
-baseurl=file://${PWD}/
+baseurl=file://\${PWD}/
enabled=1
gpgcheck=0
-metadata_expire=1m
+metadata_expire=15m
skip_if_unavailable=True
EOF
sudo dnf groupinfo swaywm