From 3643e16ce741feef80c8a8dcb0113b1aaf0c8579 Mon Sep 17 00:00:00 2001 From: A Frederick Christensen Date: Tue, 2 Jan 2024 00:09:44 -0600 Subject: [PATCH] Move dimkr patches to dwl-patches --- Patches.md | 2 -- _Sidebar.md | 2 -- dim-unfocussed.md | 17 ----------------- winview.md | 37 ------------------------------------- 4 files changed, 58 deletions(-) delete mode 100644 dim-unfocussed.md delete mode 100644 winview.md diff --git a/Patches.md b/Patches.md index 1a1c7da..90b0a5c 100644 --- a/Patches.md +++ b/Patches.md @@ -38,7 +38,6 @@ Please ensure that the only changes in that branch are those needed for the patc ### Clients & tags manipulation * [centerterminal](https://codeberg.org/dwl/dwl/wiki/centerterminal) * [cfacts](https://codeberg.org/dwl/dwl/wiki/cfacts) -* [dim-unfocussed](https://codeberg.org/dwl/dwl/wiki/dim-unfocussed) * [focusmaster](https://codeberg.org/dwl/dwl/wiki/focusmaster) * [focusdir](https://codeberg.org/dwl/dwl/wiki/focusdir) * [movestack](https://codeberg.org/dwl/dwl/wiki/movestack) @@ -53,7 +52,6 @@ Please ensure that the only changes in that branch are those needed for the patc * [sticky](https://codeberg.org/dwl/dwl/wiki/sticky) * [swapandfocusdir](https://codeberg.org/dwl/dwl/wiki/swapandfocusdir) * [title-change-urgent](https://codeberg.org/dwl/dwl/wiki/title%E2%80%90change%E2%80%90urgent) -* [winview](https://codeberg.org/dwl/dwl/wiki/winview) * [zoomswap](https://codeberg.org/dwl/dwl/wiki/zoomswap) ### Rules diff --git a/_Sidebar.md b/_Sidebar.md index 1bb6bcd..a9f07fd 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -24,7 +24,6 @@ * [customfloat](https://codeberg.org/dwl/dwl/wiki/customfloat) * [cyclelayouts](https://codeberg.org/dwl/dwl/wiki/cyclelayouts) * [deck](https://codeberg.org/dwl/dwl/wiki/deck) -* [dim-unfocussed](https://codeberg.org/dwl/dwl/wiki/dim-unfocussed) * [dragmfact](https://codeberg.org/dwl/dwl/wiki/dragmfact) * [drm-lease-manager](https://codeberg.org/dwl/dwl/wiki/DRMLeaseManager) * [en-keycodes](https://codeberg.org/dwl/dwl/wiki/en-keycodes) @@ -92,7 +91,6 @@ * [vanitygaps](https://codeberg.org/dwl/dwl/wiki/vanitygaps) * [vertile](https://codeberg.org/dwl/dwl/wiki/vertile) * [virtualpointer](https://codeberg.org/dwl/dwl/wiki/virtualpointer) -* [winview](https://codeberg.org/dwl/dwl/wiki/winview) * [xcursor](https://codeberg.org/dwl/dwl/wiki/xcursor) * [XF86keysym](https://codeberg.org/dwl/dwl/wiki/XF86keysym) * [zoomswap](https://codeberg.org/dwl/dwl/wiki/zoomswap) diff --git a/dim-unfocussed.md b/dim-unfocussed.md deleted file mode 100644 index 1d36a05..0000000 --- a/dim-unfocussed.md +++ /dev/null @@ -1,17 +0,0 @@ -### Description -Implements dimming of clients which are unfocussed. - -The code also allows you to "dim" focussed windows if you wish to, and as such allows any color dimming. There is also an additional option in Rule, which allows you to keep the client `alwaysbright`, that is, as if it is focussed. - -### Reporting Issues - -Report issues in my [patches repo](https://codeberg.org/dhruva_sambrani/dwl-patches). - -### Download - -- [2023-11-30](https://codeberg.org/dhruva_sambrani/dwl-patches/src/commit/503b2dbbc45be7a4ded71b926f6696303063326e/dim-unfocussed.patch) - -### Authors -- [Dhruva Sambrani](https://codeberg.com/dhruva_sambrani) - - diff --git a/winview.md b/winview.md deleted file mode 100644 index 1a75658..0000000 --- a/winview.md +++ /dev/null @@ -1,37 +0,0 @@ -### Description -Implements the function `winview` which switches the visible tags to the tags on which the current client is visible. - -This patch is inspired from . Citing the description of the dwm patch: - -> Dwm tags are a powerfull feature that allows organizing windows in workspaces. Sometime it can be difficult to remember the tag to activate to unhide a window. With the winview patch the window to unhide can be selected from the all-window view. The user switches to the all-window view (Mod1-0), selects the window (Mod1-j/k or using the mouse) and press Mod1-o. The key Mod1-o switches the view to the selected window tag. -> -> #### Recommend patches -> -> The grid layout is well adapted to display many windows in a limited space. Using both grid and pertag patches you will be able to select this layout for the all-window view while keeping your preferred layout for the other views. -> Configuration and Installation -> Using the default configuration file -> -> Make sure the directory where you build dwm does not contain a config.h file; -> Apply the patch; -> Run make and make install. -> -> Using an existing customised configuration file -> -> Apply the patch; Add the following element in the keys array: -> -> `{ MODKEY, XK_o, winview, {0} },` -> -> Run make and make install. -> -> An example of how to insert this line can be found in the default config file template, config.def.h. - -### Reporting Issues - -Report issues in my [patches repo](https://codeberg.org/dhruva_sambrani/dwl-patches). - -### Download -- [2023-11-26](https://codeberg.org/dhruva_sambrani/dwl-patches/src/commit/2393da2beac64e23db6cf7a490a694b5b05327e4/winview.patch) - -### Authors -- [Dhruva Sambrani](https://codeberg.com/dhruva_sambrani) -