diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-08-16 16:33:49 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-08-16 16:33:49 +0200 |
commit | 0971b2e59594e3067d113b49f5a7c5e71293a3e9 (patch) | |
tree | a17cd55139435064fdcdbc4bf3094e8db65f2784 /src/blog/windowing/index.gsp | |
parent | 951d990eb87727c074cd12792597a3edb3a63e4b (diff) |
Fix bad typography
Diffstat (limited to 'src/blog/windowing/index.gsp')
-rw-r--r-- | src/blog/windowing/index.gsp | 12 |
1 files changed, 6 insertions, 6 deletions
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 |