diff --git a/Home.md b/Home.md index c297717..3feea2f 100644 --- a/Home.md +++ b/Home.md @@ -5,6 +5,7 @@ # Categories ## Layouts * [master-right](https://codeberg.org/dwl/dwl-patches/wiki/master-right.-) +* [snail](https://codeberg.org/dwl/dwl-patches/wiki/snail) ## Clients Placement ## Clients & Tags Manipulation * [dim-unfocused](https://codeberg.org/dwl/dwl-patches/wiki/dim-unfocused.-) @@ -15,9 +16,12 @@ * [numlock-capslock](https://codeberg.org/dwl/dwl-patches/wiki/numlock-capslock.-) ## Cursor ## Monitor +* [fallback](https://codeberg.org/dwl/dwl-patches/wiki/fallback) +* [right](https://codeberg.org/dwl/dwl-patches/wiki/right) ## Other * [autostart](https://codeberg.org/dwl/dwl-patches/wiki/autostart) * [coredump](https://codeberg.org/dwl/dwl-patches/wiki/coredump) +* [env](https://codeberg.org/dwl/dwl-patches/wiki/env) * [hide-behind-fullscreen](https://codeberg.org/dwl/dwl-patches/wiki/hide-behind-fullscreen.-) * [hide-behind-monocle](https://codeberg.org/dwl/dwl-patches/wiki/hide-behind-monocle.-) * [smartborders](https://codeberg.org/dwl/dwl-patches/wiki/smartborders) diff --git a/_Sidebar.md b/_Sidebar.md index 356b480..dfe020b 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -3,11 +3,15 @@ * [coredump](https://codeberg.org/dwl/dwl-patches/wiki/coredump) * [client-opacity](https://codeberg.org/dwl/dwl-patches/wiki/client-opacity.-) * [dim-unfocused](https://codeberg.org/dwl/dwl-patches/wiki/dim-unfocused.-) +* [env](https://codeberg.org/dwl/dwl-patches/wiki/env) +* [fallback](https://codeberg.org/dwl/dwl-patches/wiki/fallback) * [hide-behind-fullscreen](https://codeberg.org/dwl/dwl-patches/wiki/hide-behind-fullscreen.-) * [hide-behind-monocle](https://codeberg.org/dwl/dwl-patches/wiki/hide-behind-monocle.-) * [keycodes](https://codeberg.org/dwl/dwl-patches/wiki/keycodes) * [master-right](https://codeberg.org/dwl/dwl-patches/wiki/master-right.-) * [numlock-capslock](https://codeberg.org/dwl/dwl-patches/wiki/numlock-capslock.-) +* [right](https://codeberg.org/dwl/dwl-patches/wiki/right) * [smartborders](https://codeberg.org/dwl/dwl-patches/wiki/smartborders) +* [snail](https://codeberg.org/dwl/dwl-patches/wiki/snail) * [vanitygaps](https://codeberg.org/dwl/dwl-patches/wiki/vanitygaps) * [winview](https://codeberg.org/dwl/dwl-patches/wiki/winview) diff --git a/env.md b/env.md new file mode 100644 index 0000000..a237f8f --- /dev/null +++ b/env.md @@ -0,0 +1,8 @@ +### Description +Input device configuration (click method, tap-and-drag, acceleration, etc'), border size and colors via environment variables. + +### Download +- [2022-07-24](https://codeberg.org/dwl/dwl-patches/raw/branch/main/env/env.patch) + +### Authors +- [Dima Krasner](https://codeberg.org/dimkr) () diff --git a/fallback.md b/fallback.md new file mode 100644 index 0000000..ab39aac --- /dev/null +++ b/fallback.md @@ -0,0 +1,8 @@ +### Description +Tries a different display mode if the preferred mode doesn't work. + +### Download +- [2022-07-21](https://codeberg.org/dwl/dwl-patches/raw/branch/main/fallback/fallback.patch) + +### Authors +- [Dima Krasner](https://codeberg.org/dimkr) () diff --git a/right.md b/right.md new file mode 100644 index 0000000..933bdbe --- /dev/null +++ b/right.md @@ -0,0 +1,8 @@ +### Description +Put newly connected monitors on the right, like X does. + +### Download +- [2022-07-21](https://codeberg.org/dwl/dwl-patches/raw/branch/main/right/right.patch) + +### Authors +- [Dima Krasner](https://codeberg.org/dimkr) () diff --git a/snail.md b/snail.md new file mode 100644 index 0000000..badce7a --- /dev/null +++ b/snail.md @@ -0,0 +1,10 @@ +### Description +Adds a spiral-inspired layout for wide screens. + +### Download +- [2023-07-15](https://codeberg.org/dwl/dwl-patches/raw/branch/main/snail/snail.patch) (backports the flickering fix from [genericgaps](https://github.com/djpohly/dwl/wiki/genericgaps) +- [2022-07-19](https://github.com/djpohly/dwl/compare/main...dimkr:dwl:snail-old.patch) + +### Authors +- [Nikita Ivanov](https://github.com/NikitaIvanovV)) +- [Dima Krasner](https://codeberg.org/dimkr) ()