From 93555bc170829a0d46f0f6d2f3929c0ebbf9ccce Mon Sep 17 00:00:00 2001 From: choc Date: Fri, 29 Mar 2024 23:04:25 +0800 Subject: [PATCH] fakefullscreenclient: add patch --- Home.md | 1 + _Sidebar.md | 1 + fakefullscreenclient.md | 8 ++++++++ 3 files changed, 10 insertions(+) create mode 100644 fakefullscreenclient.md diff --git a/Home.md b/Home.md index 420061c..74bb604 100644 --- a/Home.md +++ b/Home.md @@ -36,6 +36,7 @@ Additionally, when you have write access to this repository, remove the `.md` fi * [swallow](https://codeberg.org/dwl/dwl-patches/wiki/swallow) ## Clients & Tags Manipulation * [dim-unfocused](https://codeberg.org/dwl/dwl-patches/wiki/dim-unfocused) +* [fakefullscreenclient](https://codeberg.org/dwl/dwl-patches/wiki/fakefullscreenclient) * [focusdir](https://codeberg.org/dwl/dwl-patches/wiki/focusdir) * [limitnmaster](https://codeberg.org/dwl/dwl-patches/wiki/limitnmaster) * [movecenter](https://codeberg.org/dwl/dwl-patches/wiki/movecenter) diff --git a/_Sidebar.md b/_Sidebar.md index 873bffb..5fc0a4a 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -20,6 +20,7 @@ * [dragmfact](https://codeberg.org/dwl/dwl-patches/wiki/dragmfact) * [en-keycodes](https://codeberg.org/dwl/dwl-patches/wiki/en-keycodes) * [env](https://codeberg.org/dwl/dwl-patches/wiki/env) +* [fakefullscreenclient](https://codeberg.org/dwl/dwl-patches/wiki/fakefullscreenclient) * [fallback](https://codeberg.org/dwl/dwl-patches/wiki/fallback) * [focusdir](https://codeberg.org/dwl/dwl-patches/wiki/focusdir) * [gaplessgrid](https://codeberg.org/dwl/dwl-patches/wiki/gaplessgrid) diff --git a/fakefullscreenclient.md b/fakefullscreenclient.md new file mode 100644 index 0000000..88a7ea0 --- /dev/null +++ b/fakefullscreenclient.md @@ -0,0 +1,8 @@ +### Description +Allow setting fake fullscreen per client + +### Download + - [git branch](https://codeberg.org/notchoc/dwl/src/branch/fakefullscreenclient) + - [2024-03-29](https://codeberg.org/dwl/dwl-patches/raw/branch/main/fakefullscreenclient/fakefullscreenclient.patch) +### Authors + - [notchoc](https://codeberg.org/notchoc)