summaryrefslogtreecommitdiff
path: root/dwl/dwl-patches/patches/dim-unfocused/README.md
diff options
context:
space:
mode:
authorcoasteen <coasteen@proton.me>2026-07-09 10:42:28 +0330
committercoasteen <coasteen@proton.me>2026-07-09 10:42:28 +0330
commit8cbadb61604667b407b53ee1258433994fa4765a (patch)
tree97765fb29418fd6278fcb4cbb9760893afaf7a58 /dwl/dwl-patches/patches/dim-unfocused/README.md
Diffstat (limited to 'dwl/dwl-patches/patches/dim-unfocused/README.md')
-rwxr-xr-xdwl/dwl-patches/patches/dim-unfocused/README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/dwl/dwl-patches/patches/dim-unfocused/README.md b/dwl/dwl-patches/patches/dim-unfocused/README.md
new file mode 100755
index 0000000..dad3ef0
--- /dev/null
+++ b/dwl/dwl-patches/patches/dim-unfocused/README.md
@@ -0,0 +1,19 @@
+### Description
+Implements dimming of clients which are unfocused.
+
+The code also allows any color dimming. There is also an additional option in `Rule`, which allows you to keep the client `neverdim`, that is, as if it is focused.
+
+There are also two functions that can be bound to a `Key` or `Button`,
+1. `toggledimming`: Which toggles dimming for all windows (except for `Rule`s)
+2. `toggledimmingclient`: Which toggles dimming for the focused window, as if the client had `neverdim` applied to it. This overwrites an applied `Rule`.
+
+### Download
+- [2024-09-18](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/dim-unfocused/dim-unfocused.patch)
+- [2024-09-03](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/dim-unfocused/dim-unfocused-20240903.patch)
+- [2024-07-14](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/dim-unfocused/dim-unfocused-20240714.patch)
+- [2024-05-16](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/dim-unfocused/dim-unfocused-20240516.patch)
+- [2024-04-16](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/dim-unfocused/dim-unfocused-20240416.patch)
+- [git branch](https://codeberg.org/dhruva_sambrani/dwl/src/branch/dim-unfocused)
+
+### Authors
+- [Dhruva Sambrani](https://codeberg.org/dhruva_sambrani)