remove merged protocols

Guido Cella 2020-12-31 17:47:36 +01:00
parent 3d9614a4f3
commit 85e6c38d0c

@ -15,11 +15,8 @@ Please ensure that the only changes in that branch are those needed for the patc
* [alwayscenter](https://github.com/djpohly/dwl/compare/master...guidocella:alwayscenter.patch): Center floating windows
* [customFloat](https://github.com/djpohly/dwl/compare/master...Stivvo:customFloat.patch): Rules for floating windows support default x, y, width, height. Defaults to the center of the screen and the client size
* [center-terminal](https://github.com/djpohly/dwl/compare/master...guidocella:center-terminal.patch): Add a keybinding that toggles centering Alacritty horizontally when it's the only window, while still tiling multiple windows
* [data-control](https://github.com/djpohly/dwl/compare/master...guidocella:data-control.patch): Implement the data control protocol which is used by wl-clipboard and clipman
* [hide-behind-fullscreen](https://github.com/djpohly/dwl/compare/master...Stivvo:hide-behind-fullscreen.patch): 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). Requires [fullscreen](https://github.com/djpohly/dwl/compare/master...Stivvo:fullscreen.patch) and [layer-shell](https://github.com/djpohly/dwl/compare/master...guidocella:layer-shell.patch). Previously called hideBehindBullscreen, remade from scratch in 12/24/2020
* [hide-behind-monocle](https://github.com/djpohly/dwl/compare/master...guidocella:hide-behind-monocle.patch): Hide windows below in the monocle layout
* [idle](https://github.com/guidocella/dwl/compare/layer-shell...guidocella:idle.patch): Implement the idle protocol which allows client such as swayidle to monitor user idle time (based on the layer shell pull request)
* [outputManagement](https://github.com/guidocella/dwl/compare/layer-shell...guidocella:output-management.patch): Implement the output management protocol which allows client such as wlr-randr to configure the display (based on the layer shell pull request)
* [pertag](https://github.com/djpohly/dwl/compare/master...Bonicgamer:pertag.patch): A very slightly modified version of dwm's pertag patch
* [pointerConstraints](https://github.com/djpohly/dwl/compare/master...Bonicgamer:pointerconstraints0.patch): basic pointer constraints | Updated: 9/20/2020 Hotfix: 6:24PM
* [focusMonPointer](https://github.com/djpohly/dwl/compare/master...Stivvo:focusMonPointer.patch): ``focusmon()`` moves the cursor to the focused monitor
@ -33,6 +30,4 @@ Please ensure that the only changes in that branch are those needed for the patc
* [toggleKbLayout](https://github.com/djpohly/dwl/compare/master...Stivvo:toggleKbLayout.patch): Switch between multiple keyboard layouts at runtime
* [toggle-layout-immediately](https://github.com/djpohly/dwl/compare/master...guidocella:toggle-layout-immediately.patch): configure a default "previous" layout for `setlayout({0})` to switch back to
* [unclutter](https://github.com/djpohly/dwl/compare/master...guidocella:unclutter.patch): Hide the mouse cursor if it isnt being used
* [vanitygaps](https://github.com/djpohly/dwl/compare/master...Bonicgamer:vanitygaps.patch): A slightly modified version of dwm's vanitygaps patch
* [virtual-keyboard](https://github.com/djpohly/dwl/compare/master...guidocella:virtual-keyboard.patch): Implement the virtual keyboard protocol which is used by wtype
* [xwayland-configure](https://github.com/djpohly/dwl/compare/master...guidocella:xwayland-configure.patch): Handle the x11 configure event to fix the window size of old games in Wine
* [vanitygaps](https://github.com/djpohly/dwl/compare/master...Bonicgamer:vanitygaps.patch): A slightly modified version of dwm's vanitygaps patch