summaryrefslogtreecommitdiff
path: root/patches/client-opacity-focus/README.md
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-06-26 21:15:36 -0700
committerChris Sobczak <chris@sobczak.family>2026-06-26 21:15:36 -0700
commit6e89ef5368118bea4b77b6e31cf5ede7dbf5b506 (patch)
tree98ad13a0e981be7560d5b667148bef2e2807cb9c /patches/client-opacity-focus/README.md
parent463317c1e513d309fabafccb7c638a903baf0451 (diff)
parent4e8a7345c350b56259bcf7489340659b8f364320 (diff)
Update client rules for dynamic opacity
Diffstat (limited to 'patches/client-opacity-focus/README.md')
-rw-r--r--patches/client-opacity-focus/README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/patches/client-opacity-focus/README.md b/patches/client-opacity-focus/README.md
new file mode 100644
index 0000000..cb2c8b5
--- /dev/null
+++ b/patches/client-opacity-focus/README.md
@@ -0,0 +1,20 @@
+### Description
+This patch is based on the
+[client-opacity](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/client-opacity/client-opacity.patch)
+patch. This patch adds differing opacity levels depending upon whether the client is focused or not.
+
+The opacity levels can be change by short cuts.
+
+```
+[MODKEY]+[Ctrl]+[k] -> increase focus opacity unfocused client
+[MODKEY]+[Ctrl]+[j] -> decrease focus opacity unfocused client
+[MODKEY]+[Ctrl]+[Shift]+[k] -> increase focus opacity focused client
+[MODKEY]+[Ctrl]+[Shift]+[j] -> decrease focus opacity focused client
+```
+
+### Download
+- [git branch](https://codeberg.org/Hansvon/dwl/src/branch/client-opacity-focus)
+- [2026-04-27](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/client-opacity-focus/client-opacity-focus.patch)
+
+### Authors
+- [Hansvon](https://codeberg.org/Hansvon)