mirror of
https://codeberg.org/dwl/dwl-patches.git
synced 2025-10-27 02:04:16 +00:00
Move dimkr patches in from dwl/dwl.wiki
parent
16bbde2b9c
commit
b3c9e0809c
4
Home.md
4
Home.md
@ -5,6 +5,7 @@
|
|||||||
# Categories
|
# Categories
|
||||||
## Layouts
|
## Layouts
|
||||||
* [master-right](https://codeberg.org/dwl/dwl-patches/wiki/master-right.-)
|
* [master-right](https://codeberg.org/dwl/dwl-patches/wiki/master-right.-)
|
||||||
|
* [snail](https://codeberg.org/dwl/dwl-patches/wiki/snail)
|
||||||
## Clients Placement
|
## Clients Placement
|
||||||
## Clients & Tags Manipulation
|
## Clients & Tags Manipulation
|
||||||
* [dim-unfocused](https://codeberg.org/dwl/dwl-patches/wiki/dim-unfocused.-)
|
* [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.-)
|
* [numlock-capslock](https://codeberg.org/dwl/dwl-patches/wiki/numlock-capslock.-)
|
||||||
## Cursor
|
## Cursor
|
||||||
## Monitor
|
## Monitor
|
||||||
|
* [fallback](https://codeberg.org/dwl/dwl-patches/wiki/fallback)
|
||||||
|
* [right](https://codeberg.org/dwl/dwl-patches/wiki/right)
|
||||||
## Other
|
## Other
|
||||||
* [autostart](https://codeberg.org/dwl/dwl-patches/wiki/autostart)
|
* [autostart](https://codeberg.org/dwl/dwl-patches/wiki/autostart)
|
||||||
* [coredump](https://codeberg.org/dwl/dwl-patches/wiki/coredump)
|
* [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-fullscreen](https://codeberg.org/dwl/dwl-patches/wiki/hide-behind-fullscreen.-)
|
||||||
* [hide-behind-monocle](https://codeberg.org/dwl/dwl-patches/wiki/hide-behind-monocle.-)
|
* [hide-behind-monocle](https://codeberg.org/dwl/dwl-patches/wiki/hide-behind-monocle.-)
|
||||||
* [smartborders](https://codeberg.org/dwl/dwl-patches/wiki/smartborders)
|
* [smartborders](https://codeberg.org/dwl/dwl-patches/wiki/smartborders)
|
||||||
|
|||||||
@ -3,11 +3,15 @@
|
|||||||
* [coredump](https://codeberg.org/dwl/dwl-patches/wiki/coredump)
|
* [coredump](https://codeberg.org/dwl/dwl-patches/wiki/coredump)
|
||||||
* [client-opacity](https://codeberg.org/dwl/dwl-patches/wiki/client-opacity.-)
|
* [client-opacity](https://codeberg.org/dwl/dwl-patches/wiki/client-opacity.-)
|
||||||
* [dim-unfocused](https://codeberg.org/dwl/dwl-patches/wiki/dim-unfocused.-)
|
* [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-fullscreen](https://codeberg.org/dwl/dwl-patches/wiki/hide-behind-fullscreen.-)
|
||||||
* [hide-behind-monocle](https://codeberg.org/dwl/dwl-patches/wiki/hide-behind-monocle.-)
|
* [hide-behind-monocle](https://codeberg.org/dwl/dwl-patches/wiki/hide-behind-monocle.-)
|
||||||
* [keycodes](https://codeberg.org/dwl/dwl-patches/wiki/keycodes)
|
* [keycodes](https://codeberg.org/dwl/dwl-patches/wiki/keycodes)
|
||||||
* [master-right](https://codeberg.org/dwl/dwl-patches/wiki/master-right.-)
|
* [master-right](https://codeberg.org/dwl/dwl-patches/wiki/master-right.-)
|
||||||
* [numlock-capslock](https://codeberg.org/dwl/dwl-patches/wiki/numlock-capslock.-)
|
* [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)
|
* [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)
|
* [vanitygaps](https://codeberg.org/dwl/dwl-patches/wiki/vanitygaps)
|
||||||
* [winview](https://codeberg.org/dwl/dwl-patches/wiki/winview)
|
* [winview](https://codeberg.org/dwl/dwl-patches/wiki/winview)
|
||||||
|
|||||||
8
env.md
Normal file
8
env.md
Normal file
@ -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) (<dima@dimakrasner.com>)
|
||||||
8
fallback.md
Normal file
8
fallback.md
Normal file
@ -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) (<dima@dimakrasner.com>)
|
||||||
8
right.md
Normal file
8
right.md
Normal file
@ -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) (<dima@dimakrasner.com>)
|
||||||
10
snail.md
Normal file
10
snail.md
Normal file
@ -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) (<dima@dimakrasner.com>)
|
||||||
Loading…
x
Reference in New Issue
Block a user