summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-09-28 14:39:17 +0200
committerbakkeby <[email protected]>2020-09-28 14:39:17 +0200
commit8726ae0aa94f711887cd25bc8c159f8027d59839 (patch)
tree002e4c2eddfdf86de0989ed5f83478e9c6afa76e /README.md
parent8536aa52c4146a63adcdd7a67cd381d39efb9770 (diff)
downloaddwm-flexipatch-8726ae0aa94f711887cd25bc8c159f8027d59839.tar.gz
dwm-flexipatch-8726ae0aa94f711887cd25bc8c159f8027d59839.zip
Adding _IS_FLOATING xproperty patch for floating windows ref. #50
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index bf95801..4bde053 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,8 @@ Refer to [https://dwm.suckless.org/](https://dwm.suckless.org/) for details on t
### Changelog:
+2020-09-28 - Added the \_IS\_FLOATING patch (embedded in the EWMHTAGS patch)
+
2020-09-18 - Added the nomodbuttons patch allowing for toggleable mouse button bindings that have no modifiers
2020-09-10 - Added the anybar patch (with experimental support for dwm bar(s) + anybar)
@@ -369,6 +371,11 @@ Refer to [https://dwm.suckless.org/](https://dwm.suckless.org/) for details on t
- implements inter-process communication through a UNIX socket for dwm
- allows for the window manager to be queried for information, e.g. listen for events such as tag or layout changes, as well as send commands to control the window manager via other programs
+ - [\_IS\_FLOATING](https://github.com/bakkeby/dwm-flexipatch/issues/50)
+ - adds the \_IS\_FLOATING xproperty for floating windows
+ - this can allow for a compositor to handle floating windows differently to tiled windows, e.g. only show shadows on floating windows
+ - this patch is enabled via the ewmhtags patch
+
- [ispermanent](https://dwm.suckless.org/patches/ispermanent/)
- adds rule option for clients to avoid accidental termination by killclient for sticky windows