From e93f32c80275651cce7f1b8b093a3c0e90f22a38 Mon Sep 17 00:00:00 2001 From: Stivvo <48280463+Stivvo@users.noreply.github.com> Date: Thu, 24 Dec 2020 19:16:21 +0100 Subject: [PATCH] Updated Patches (markdown) --- Patches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Patches.md b/Patches.md index 80adfd8..90ae5f6 100644 --- a/Patches.md +++ b/Patches.md @@ -16,7 +16,7 @@ Please ensure that the only changes in that branch are those needed for the patc * [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 -* [hideBehindFullscreen](https://github.com/djpohly/dwl/compare/master...Stivvo:hideBehindFullscreen.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) | Updated: 12/24/2020 +* [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)