mirror of
https://codeberg.org/dwl/dwl-patches.git
synced 2026-02-05 10:43:13 +00:00
Use 'git branch' for appropriate links
parent
8560efe66e
commit
4622ccb5e2
@ -4,10 +4,10 @@ Allow dwl to execute commands from autostart array in your config.h file. And wh
|
|||||||
Note: Commands from array are executed using execvp(). So if you need to execute shell command you need to prefix it with "sh", "-c" (change sh to any shell you like).
|
Note: Commands from array are executed using execvp(). So if you need to execute shell command you need to prefix it with "sh", "-c" (change sh to any shell you like).
|
||||||
|
|
||||||
### Download
|
### Download
|
||||||
- [autostart](https://codeberg.org/sevz/dwl/src/branch/autostart)
|
- [git branch](https://codeberg.org/sevz/dwl/src/branch/autostart)
|
||||||
- [2023-11-25](https://codeberg.org/dwl/dwl-patches/raw/branch/main/autostart/autostart.patch)
|
- [2023-11-25](https://codeberg.org/dwl/dwl-patches/raw/branch/main/autostart/autostart.patch)
|
||||||
|
|
||||||
### Authors
|
### Authors
|
||||||
- [sevz](https://codeberg.org/sevz)
|
- [sevz](https://codeberg.org/sevz)
|
||||||
- [Rayan Nakib](https://nakibrayan2.pages.dev/)
|
- [Rayan Nakib](https://nakibrayan2.pages.dev/)
|
||||||
- [NFVblog](https://github.com/nf02)
|
- [NFVblog](https://github.com/nf02)
|
||||||
|
|||||||
@ -2,8 +2,8 @@
|
|||||||
Generate a coredump if dwl exited abnormally (to be more usefull you need to compile dwl and wlroots with debug symbols)
|
Generate a coredump if dwl exited abnormally (to be more usefull you need to compile dwl and wlroots with debug symbols)
|
||||||
|
|
||||||
### Download
|
### Download
|
||||||
- [coredump](https://codeberg.org/sevz/dwl/src/branch/coredump)
|
- [git branch](https://codeberg.org/sevz/dwl/src/branch/coredump)
|
||||||
- [2023-11-30](https://codeberg.org/dwl/dwl-patches/raw/branch/main/coredump/coredump.patch)
|
- [2023-11-30](https://codeberg.org/dwl/dwl-patches/raw/branch/main/coredump/coredump.patch)
|
||||||
|
|
||||||
### Authors
|
### Authors
|
||||||
- [sevz](https://codeberg.org/sevz)
|
- [sevz](https://codeberg.org/sevz)
|
||||||
|
|||||||
@ -2,8 +2,8 @@
|
|||||||
Hide all clients (and layer surfaces) behind the current client if it is fullscreen, only the background (layer surfaces at the background layer) will be shown
|
Hide all clients (and layer surfaces) behind the current client if it is fullscreen, only the background (layer surfaces at the background layer) will be shown
|
||||||
|
|
||||||
### Download
|
### Download
|
||||||
- [hide-behind-fullscreen](https://codeberg.org/sevz/dwl/src/branch/hide-behind-fullscreen)
|
- [git branch](https://codeberg.org/sevz/dwl/src/branch/hide-behind-fullscreen)
|
||||||
- [2023-11-25](https://codeberg.org/dwl/dwl-patches/raw/branch/main/hide-behind-fullscreen/hide-behind-fullscreen.patch)
|
- [2023-11-25](https://codeberg.org/dwl/dwl-patches/raw/branch/main/hide-behind-fullscreen/hide-behind-fullscreen.patch)
|
||||||
|
|
||||||
### Authors
|
### Authors
|
||||||
- [sevz](https://codeberg.org/sevz)
|
- [sevz](https://codeberg.org/sevz)
|
||||||
|
|||||||
@ -2,8 +2,8 @@
|
|||||||
Hide all clients behind the focused one in the monocle layout
|
Hide all clients behind the focused one in the monocle layout
|
||||||
|
|
||||||
### Download
|
### Download
|
||||||
- [hide-behind-monocle](https://codeberg.org/sevz/dwl/src/branch/hide-behind-monocle)
|
- [git branch](https://codeberg.org/sevz/dwl/src/branch/hide-behind-monocle)
|
||||||
- [2023-11-25](https://codeberg.org/dwl/dwl-patches/raw/branch/main/hide-behind-monocle/hide-behind-monocle.patch)
|
- [2023-11-25](https://codeberg.org/dwl/dwl-patches/raw/branch/main/hide-behind-monocle/hide-behind-monocle.patch)
|
||||||
|
|
||||||
### Authors
|
### Authors
|
||||||
- [sevz](https://codeberg.org/sevz)
|
- [sevz](https://codeberg.org/sevz)
|
||||||
|
|||||||
@ -2,8 +2,8 @@
|
|||||||
Use keycodes instead of keysyms. This way, input is independent from keyboard layout (you can use the keys.h file to customize, or get the keycodes with `wev` or `xkbcli interactive-wayland` (x11-libs/libxkbcommon[tools] in gentoo)).
|
Use keycodes instead of keysyms. This way, input is independent from keyboard layout (you can use the keys.h file to customize, or get the keycodes with `wev` or `xkbcli interactive-wayland` (x11-libs/libxkbcommon[tools] in gentoo)).
|
||||||
|
|
||||||
### Download
|
### Download
|
||||||
- [keycodes](https://codeberg.org/sevz/dwl/src/branch/keycodes)
|
- [git branch](https://codeberg.org/sevz/dwl/src/branch/keycodes)
|
||||||
- [2023-11-25](https://codeberg.org/dwl/dwl-patches/raw/branch/main/keycodes/keycodes.patch)
|
- [2023-11-25](https://codeberg.org/dwl/dwl-patches/raw/branch/main/keycodes/keycodes.patch)
|
||||||
|
|
||||||
### Authors
|
### Authors
|
||||||
- [sevz](https://codeberg.org/sevz)
|
- [sevz](https://codeberg.org/sevz)
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
Show the master area to the right.
|
Show the master area to the right.
|
||||||
|
|
||||||
### Download
|
### Download
|
||||||
- [master-right](https://codeberg.org/sevz/dwl/src/branch/master-right)
|
- [git branch](https://codeberg.org/sevz/dwl/src/branch/master-right)
|
||||||
- [2023-11-25](https://codeberg.org/dwl/dwl-patches/raw/branch/main/master-right/master-right.patch)
|
- [2023-11-25](https://codeberg.org/dwl/dwl-patches/raw/branch/main/master-right/master-right.patch)
|
||||||
|
|
||||||
### Authors
|
### Authors
|
||||||
|
|||||||
@ -2,8 +2,8 @@
|
|||||||
Allows activating numlock or capslock at startup
|
Allows activating numlock or capslock at startup
|
||||||
|
|
||||||
### Download
|
### Download
|
||||||
- [numlock-capslock](https://codeberg.org/sevz/dwl/src/branch/numlock-capslock)
|
- [git branch](https://codeberg.org/sevz/dwl/src/branch/numlock-capslock)
|
||||||
- [2023-11-25](https://codeberg.org/dwl/dwl-patches/raw/branch/main/numlock-capslock/numlock-capslock.patch)
|
- [2023-11-25](https://codeberg.org/dwl/dwl-patches/raw/branch/main/numlock-capslock/numlock-capslock.patch)
|
||||||
|
|
||||||
### Authors
|
### Authors
|
||||||
- [sevz](https://codeberg.org/sevz)
|
- [sevz](https://codeberg.org/sevz)
|
||||||
|
|||||||
@ -2,11 +2,11 @@
|
|||||||
The borders of a window aren't drawn when the window is the only tiling window in its tag OR if the window is in a monocle layout.
|
The borders of a window aren't drawn when the window is the only tiling window in its tag OR if the window is in a monocle layout.
|
||||||
|
|
||||||
### Download
|
### Download
|
||||||
- [smartborders](https://codeberg.org/sevz/dwl/src/branch/smartborders)
|
- [git branch](https://codeberg.org/sevz/dwl/src/branch/smartborders)
|
||||||
- [2023-11-25](https://codeberg.org/dwl/dwl-patches/raw/branch/main/smartborders/smartborders.patch)
|
- [2023-11-25](https://codeberg.org/dwl/dwl-patches/raw/branch/main/smartborders/smartborders.patch)
|
||||||
|
|
||||||
### Authors
|
### Authors
|
||||||
- [sevz](https://codeberg.org/sevz)
|
- [sevz](https://codeberg.org/sevz)
|
||||||
- [fauxmight](https://codeberg.org/fauxmight)
|
- [fauxmight](https://codeberg.org/fauxmight)
|
||||||
- [Piotr Marendowski](https://github.com/piotr-marendowski)
|
- [Piotr Marendowski](https://github.com/piotr-marendowski)
|
||||||
- Andrey Proskurin
|
- Andrey Proskurin
|
||||||
|
|||||||
@ -2,9 +2,9 @@
|
|||||||
Implement vanity gaps
|
Implement vanity gaps
|
||||||
|
|
||||||
### Download
|
### Download
|
||||||
- [vanitygaps](https://codeberg.org/sevz/dwl/src/branch/vanitygaps)
|
- [git branch](https://codeberg.org/sevz/dwl/src/branch/vanitygaps)
|
||||||
- [2023-11-25](https://codeberg.org/dwl/dwl-patches/raw/branch/main/vanitygaps/vanitygaps.patch)
|
- [2023-11-25](https://codeberg.org/dwl/dwl-patches/raw/branch/main/vanitygaps/vanitygaps.patch)
|
||||||
|
|
||||||
### Authors
|
### Authors
|
||||||
- [sevz](https://codeberg.org/sevz)
|
- [sevz](https://codeberg.org/sevz)
|
||||||
- [Bonicgamer](https://github.com/Bonicgamer)
|
- [Bonicgamer](https://github.com/Bonicgamer)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user