diff options
Diffstat (limited to 'src/blog')
-rw-r--r-- | src/blog/windowing/index.gsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/blog/windowing/index.gsp b/src/blog/windowing/index.gsp index 4307ecb..285451e 100644 --- a/src/blog/windowing/index.gsp +++ b/src/blog/windowing/index.gsp @@ -56,7 +56,7 @@ html lang="en" { while launching a second application will cause the screen to be segmented into two halves, with one window taking up 50% of the screen on the left and another taking up 50% of the screen on the - right@sup{-1}. + right@sup{-MKREF(wm)}. } p {= @@ -73,7 +73,7 @@ html lang="en" { hr{} - aside data-ref="1" {= + aside data-ref="REF(wm)" {= This is very dependent on the window manager being used and the users configuration of it of course, but this holds in the general case in my personal experience. |