Skip to content

Commit

Permalink
desktops/index.md: Update desktops listing
Browse files Browse the repository at this point in the history
- Update wording re: MATE slightly
- Add XFCE
- Add Sway

Part of #445
  • Loading branch information
davidjharder committed Jan 9, 2024
1 parent 3fc29e0 commit c1f7104
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions docs/user/software/desktops/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sudo eopkg install gdm gnome-shell gnome-desktop-branding

:::caution

We plan to deprecate the MATE Desktop, we will instead ship an edition with Xfce in the near future. See the Solus 4.4 blog post [here](https://getsol.us/2023/07/08/solus-4-4-released/)
We plan to deprecate the MATE Desktop, for a similar experience, consider XFCE.

:::

Expand All @@ -42,7 +42,18 @@ Solus offers the MATE desktop environment / experience, tailored to advanced use
sudo eopkg install -c desktop.mate
```

## i3
## XFCE

Solus offers the XFCE desktop environment for users preferring a more lightweight experience. It is reccomended for existing MATE users. You can install XFCE with the following command:

```
# Do NOT attempt to do this if you are running the KDE Plasma Desktop version of Solus!
sudo eopkg install -c desktop.xfce
```

### Tiling window manaagers

### i3

Solus offers i3 as a tiling window manager. Users wanting to try i3 can install it by running the following command:

Expand All @@ -53,4 +64,14 @@ sudo eopkg install i3

If you want to use i3 with support for GNOME Settings Daemon and other GNOME functionality, follow the instructions for installation of GNOME Shell, then choose GNOME+i3 at the login screen to use it.

### Sway

Solus offers Sway as a Wayland-only tiling window manager. You can install it with the following command:

```bash
Sudo eopkg install sway
```

Sway expects users to do some configuration, refer to the [Sway Wiki](https://github.com/swaywm/sway/wiki).

For more information about tiling window managers, click [here](https:/en.wikipedia.org/wiki/Tiling_window_manager).

0 comments on commit c1f7104

Please sign in to comment.