summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-05-01 17:06:28 +0200
committerbakkeby <[email protected]>2020-05-01 17:06:28 +0200
commit5c1e09688f3b706e5b5f46033c9284e7e66f89b5 (patch)
tree9d45ce97d17b51a0179ca8fdd686ae0495f0dd21
parentb837899f7aff816895ae892f965be461c8b027ef (diff)
downloaddwm-flexipatch-5c1e09688f3b706e5b5f46033c9284e7e66f89b5.tar.gz
dwm-flexipatch-5c1e09688f3b706e5b5f46033c9284e7e66f89b5.zip
Adding reference to fakefullscreenclient patch
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 23f82cd..468b9e4 100644
--- a/README.md
+++ b/README.md
@@ -191,7 +191,7 @@ 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
+ - [fakefullscreenclient](https://github.com/bakkeby/patches/blob/master/dwm/dwm-fakefullscreenclient-6.2.diff)
- 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