From 0d36ed488d4e673cebdd18debd0d9ef33470ae85 Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Fri, 26 Sep 2025 19:39:21 +0100 Subject: [PATCH 1/4] build-site: only build files that have changed --- build-site | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-site b/build-site index 1e75610..ddb3521 100755 --- a/build-site +++ b/build-site @@ -7,6 +7,10 @@ build_src_pages () { for md in src/*.md; do html=${md##*/} html="${DEPLOY_DIR}/${html/%.md/.html}" + + # only build files that have changed + [[ $html -ot $md ]] || continue + echo "Converting $md to $html" cat src/template_pre.html > "$html" @@ -21,6 +25,9 @@ build_man_pages () { for scd in labwc/docs/*.scd; do html=${scd##*/} html="${DEPLOY_DIR}/${html/%.scd/.html}" + + [[ $html -ot $scd ]] || continue + echo "Converting $scd to $html" sed 's/sans-serif;/monospace;/' src/template_pre.html > "$html" From ba1c2fa387d96632e3fe60ec127617f7049423d8 Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Fri, 26 Sep 2025 19:40:47 +0100 Subject: [PATCH 2/4] configuration: remove "unbind alt-arrow" section ...as defaults have changed and it is therefore no long relevant --- src/configuration.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/configuration.md b/src/configuration.md index 249fd0a..23eb9bc 100644 --- a/src/configuration.md +++ b/src/configuration.md @@ -32,17 +32,6 @@ This document contains some popular settings that you may wish to adopt. ## Keybinds -### Unbind alt + arrow - -...because they interfere with brower forward/backward binds - -``` - - - - -``` - ### Lock Session ``` From 8ca64014498ceceb5cab0d0a34a75f5ff59701d9 Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Fri, 26 Sep 2025 19:44:46 +0100 Subject: [PATCH 3/4] configuration: add another Super_L release keybind --- src/configuration.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/configuration.md b/src/configuration.md index 23eb9bc..7bba5cb 100644 --- a/src/configuration.md +++ b/src/configuration.md @@ -48,6 +48,15 @@ Supported since `0.7.3` ``` +or + +``` + + + +``` + + ### Take Screenshot ``` From 3e61ac7bc91bd95ecee5ee9ebd8967fcd56760bb Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Fri, 26 Sep 2025 19:48:36 +0100 Subject: [PATCH 4/4] configuration: update the MoveToEdge binds to use C-W-arrow ...as W-arrow is now taken by defaults --- src/configuration.md | 25 ++++--------------------- 1 file changed, 4 insertions(+), 21 deletions(-) diff --git a/src/configuration.md b/src/configuration.md index 7bba5cb..b7a114d 100644 --- a/src/configuration.md +++ b/src/configuration.md @@ -83,16 +83,16 @@ or ### MoveToEdge, ShrinkToEdge and GrowToEdge ``` - + - + - + - + @@ -109,23 +109,6 @@ or ``` -### SnapToEdge - -``` - - - - - - - - - - - - -``` - ## Mousebinds ### Unfosus all windows when clicking on desktop