Move hideBehindFullscreen masterOnRight to dwl/patches

A Frederick Christensen 2024-01-02 00:28:08 -06:00
parent ad462111de
commit 30919dd1f2
No known key found for this signature in database
GPG Key ID: 6183FA655784FC36
4 changed files with 0 additions and 21 deletions

@ -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)

@ -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)

@ -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)

@ -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)