summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
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 587c3dd..76bc114 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:
+2019-11-21 - Added fakefullscreenclient patch
+
2019-10-24 - Added dragmfact, extrabar, exresize and nodmenu patches
2019-10-22 - Added ispermanent and swallow patches
@@ -140,6 +142,11 @@ Refer to [https://dwm.suckless.org/](https://dwm.suckless.org/) for details on t
- only allow clients to "fullscreen" into the space currently given to them
- as an example, this will allow you to view a fullscreen video in your browser on one half of the screen, while having the other half available for other tasks
+ - fakefullscreenclient
+ - similarly to the fakefullscreen patch this patch only allows clients to "fullscreen" into the space currently given to them
+ - as an example, this will allow you to view a fullscreen video in your browser on one half of the screen, while having the other half available for other tasks
+ - the "twist" with this patch is that fake fullscreen can be toggled on a per client basis rather than applying to all clients globally
+
- [fancybar](https://dwm.suckless.org/patches/fancybar/)
- shows the titles of all visible windows in the status bar