Fixed some conflicts with login- and window-manager

This commit is contained in:
nils 2025-01-17 14:03:18 +01:00
parent ca07a864e6
commit 3e3e114fdd
2 changed files with 9 additions and 13 deletions

View file

@ -1,4 +1,11 @@
A login manager is a small graphical interface providing a nice login screen for getting into a graphical session. In this guide it is assumed that River will be used as window manager and as such it will also be used as the backend for the login manager. Before emerging the necessary packages first add some USE flags for river and keywords for `gtkgreet`: River is a wayland tiling window manager which is configured only using its `riverctl` interface. It is rather minimal but still remains functional. River is coded using Zig but this is by default masked on Gentoo so first unmask them:
``` title="/etc/portage/package.accept_keywords/zig"
dev-lang/zig ~amd64
app-eselect/eselect-zig ~amd64
```
And login manager is a small graphical interface providing a nice login screen for getting into a graphical session. In this guide it is assumed that River will be used as window manager and as such it will also be used as the backend for the login manager. Before emerging the necessary packages first add some USE flags for river and keywords for `gtkgreet`:
``` title="/etc/portage/package.use/river" ``` title="/etc/portage/package.use/river"
gui-wm/river X gui-wm/river X

View file

@ -1,12 +1 @@
River is a wayland tiling window manager which is configured only using its `riverctl` interface. It is rather minimal but still remains functional. River is coded using Zig but this is by default masked on Gentoo so first unmask them: If following the guide correctly then River will have already been installed on the system with the desired USE flags which only leaves the configuration of the desktop.
``` title="/etc/portage/package.accept_keywords/zig"
dev-lang/zig ~amd64
app-eselect/eselect-zig ~amd64
```
Then emerge `river` like normal.
``` shell-session
root@host:~# emerge -av river
```