From 0971b2e59594e3067d113b49f5a7c5e71293a3e9 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 16 Aug 2025 16:33:49 +0200 Subject: Fix bad typography --- src/blog/windowing/index.gsp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/blog/windowing/index.gsp') diff --git a/src/blog/windowing/index.gsp b/src/blog/windowing/index.gsp index 6064a2d..61a0c64 100644 --- a/src/blog/windowing/index.gsp +++ b/src/blog/windowing/index.gsp @@ -21,14 +21,14 @@ html lang="en" { text-editor of mine. One standard feature of nearly all text editors worth their salt is windowing: the ability to have two-or-more files open side-by-side or in other configurations. - At a surface level this might seem like a no-brainer feature — + At a surface level this might seem like a no-brainer feature – and one which can substantially increment on the user-experience - — but I think we can do better …by removing it all together. + – but I think we can do better …by removing it all together. } p {= What I am not suggesting is that people should remove windowing - from their workflows entirely — windows are incredibly useful and + from their workflows entirely – windows are incredibly useful and even more so on larger monitors. I instead suggest that we begin delegating the task of windowing to the tool that does windowing best: the window manager. @@ -112,8 +112,8 @@ html lang="en" { p {= The problem here is quite clear: because I use a tiling window manager, opening Firefox to read some documentation caused my - screen to be split into two halves — one for Emacs and one for - Firefox — rendering my Emacs buffers unreadable. This is + screen to be split into two halves – one for Emacs and one for + Firefox – rendering my Emacs buffers unreadable. This is completely correct behaviour from my window manager and I don’t expect it to behave any differently, but it is clearly not ideal. The result we want is the result seen in the third image, where @@ -213,4 +213,4 @@ html lang="en" { footer { FOOT } } -} +} \ No newline at end of file -- cgit v1.2.3