wayland: Consolidate with mako into desktop module

Since the existing wayland module basically describes everything about
my 'desktop environment' setup already anyway, might as well rename it
accordingly. Additionally, mako is important for notifications in this
environment so it moves here as well.
This commit is contained in:
Marty Oehme 2023-01-07 16:06:00 +01:00
parent 4c33a6da56
commit 2e0c992a54
Signed by: Marty
GPG Key ID: 73BA40D5AFAF49C9
12 changed files with 10 additions and 2 deletions

View File

@ -1,10 +1,18 @@
# wayland
# Wayland desktop environment
Contains:
[riverwm](https://github.com/riverwm/river)
[waybar](https://github.com/Alexays/Waybar)
mako -- notification daemon
font settings
kanshi -- display output setup
My first foray into wayland is based on river,
The thoughts below are overhauled and fairly old - they are still based on my first days and weeks on wayland.
Takeaway is this: I love the river wm, waybar is unexciting but does what it's supposed to and the wayland environment is totally worth it.
---
My first foray into wayland is based on river,
a tiling window manager somewhat based on bspwm.
This is only a very work-in-progress README file.