From 5325ccef2adceeec0cd5fe2ecddab8cb305b3687 Mon Sep 17 00:00:00 2001 From: Filip Rojek Date: Sun, 9 Nov 2025 23:54:35 +0100 Subject: [PATCH] Typo fixes --- content/posts/{wayland.md => wayland-river-setup.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename content/posts/{wayland.md => wayland-river-setup.md} (99%) diff --git a/content/posts/wayland.md b/content/posts/wayland-river-setup.md similarity index 99% rename from content/posts/wayland.md rename to content/posts/wayland-river-setup.md index 46c2e87..2347ab4 100644 --- a/content/posts/wayland.md +++ b/content/posts/wayland-river-setup.md @@ -6,7 +6,7 @@ description = "Moving from X11 with dwm to River on Wayland" After years with dwm on X11, I started hitting the limits of Xorg — especially screen tearing, smoothness, and missing Wayland-only features. I decided it was time to switch. -## Weapon of choice - river +## Weapon of choice - River I wanted an experience as close as possible to my existing X11/dwm/dwmblocks setup. Before i jumped into `river`, I looked at `dwl`, `sway`, and `Qtile`.