Skip to content

Commit aff1e8d

Browse files
authored
Merge pull request #88 from AerynOS/disable-sway-install-option
selections: Disable sway, update summary + desc
2 parents 7270143 + cff1161 commit aff1e8d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

selections/server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "server",
33
"summary": "Console-only - no WM/DE installed (EXPERTS ONLY)",
4-
"description": "EXPERTS ONLY",
4+
"description": "Are you sure? Like, REALLY sure?",
55
"display": true,
66
"priority": 100,
77
"depends": [

selections/sway.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "sway",
3-
"summary": "sway - tiling compositor",
4-
"description": "A tiling Wayland compositor",
5-
"display": true,
3+
"summary": "Sway - A tiling Wayland compositor inspired by i3",
4+
"description": "Flexible DIY Desktop Experience",
5+
"display": false,
66
"priority": 70,
77
"depends": [
88
"base-desktop"

0 commit comments

Comments
 (0)