diff --git a/Patches.md b/Patches.md index 97c1139..d897028 100644 --- a/Patches.md +++ b/Patches.md @@ -32,7 +32,6 @@ Please ensure that the only changes in that branch are those needed for the patc * [attachabove](https://codeberg.org/dwl/dwl/wiki/attachabove) * [attachbottom](https://codeberg.org/dwl/dwl/wiki/attachbottom) * [attachtop](https://codeberg.org/dwl/dwl/wiki/attachtop) -* [masterOnRight](https://codeberg.org/dwl/dwl/wiki/masterOnRight) * [restoretiling](https://codeberg.org/dwl/dwl/wiki/restoretiling) ### Clients & tags manipulation @@ -101,7 +100,6 @@ Please ensure that the only changes in that branch are those needed for the patc * [clipboardManager](https://codeberg.org/dwl/dwl/wiki/clipboardManager) * [drmLeaseManager](https://codeberg.org/dwl/dwl/wiki/DRMLeaseManager) * [floatBorderColor](https://codeberg.org/dwl/dwl/wiki/floatBorderColor) -* [hideBehindFullscreen](https://codeberg.org/dwl/dwl/wiki/hideBehindFullscreen) * [genericgaps](https://codeberg.org/dwl/dwl/wiki/genericgaps) * [ipc](https://codeberg.org/dwl/dwl/wiki/ipc) * [keyboardshortcutsinhibit](https://codeberg.org/dwl/dwl/wiki/keyboardshortcutsinhibit) diff --git a/_Sidebar.md b/_Sidebar.md index 1f67440..f263e00 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -33,7 +33,6 @@ * [genericgaps](https://codeberg.org/dwl/dwl/wiki/genericgaps) * [gestures](https://codeberg.org/dwl/dwl/wiki/gestures) * [gridmode](https://codeberg.org/dwl/dwl/wiki/gridmode) -* [hideBehindFullscreen](https://codeberg.org/dwl/dwl/wiki/hideBehindFullscreen) * [hidecursor](https://codeberg.org/dwl/dwl/wiki/hidecursor) * [ipc](https://codeberg.org/dwl/dwl/wiki/ipc) * [kblayout](https://codeberg.org/dwl/dwl/wiki/kblayout) @@ -42,7 +41,6 @@ * [keychord](https://codeberg.org/dwl/dwl/wiki/keychord) * [keymap](https://codeberg.org/dwl/dwl/wiki/keymap) * [lockedkeys](https://codeberg.org/dwl/dwl/wiki/lockedkeys) -* [masterOnRight](https://codeberg.org/dwl/dwl/wiki/masterOnRight) * [menu](https://codeberg.org/dwl/dwl/wiki/menu) * [modes](https://codeberg.org/dwl/dwl/wiki/modes) * [monitorconfig](https://codeberg.org/dwl/dwl/wiki/monitorconfig) diff --git a/hideBehindFullscreen.md b/hideBehindFullscreen.md deleted file mode 100644 index 48eea07..0000000 --- a/hideBehindFullscreen.md +++ /dev/null @@ -1,8 +0,0 @@ -### Description -Don't render any client and the bottom layer shell (such as waybar) if a window is fullscreen. Especially useful with transparent terminals (only the wallpaper is shown behind them). - -### Download -- [2021-02-19](https://github.com/djpohly/dwl/compare/main...Stivvo:hide-behind-fullscreen.patch) - -### Authors -- [Stivvo](https://github.com/Stivvo) \ No newline at end of file diff --git a/masterOnRight.md b/masterOnRight.md deleted file mode 100644 index ebbed9c..0000000 --- a/masterOnRight.md +++ /dev/null @@ -1,9 +0,0 @@ -### Description -Show the master area to the right. - -### Download -- [v0.4](https://github.com/djpohly/dwl/compare/main...dm1tz:04-masteronright.patch) -- [2023-08-22](https://github.com/djpohly/dwl/compare/main...sevz17:master-right.patch) - -### Authors -- [sevz](https://github.com/sevz17) \ No newline at end of file