Use 'git branch' for appropriate links

A Frederick Christensen 2023-12-31 21:03:02 -06:00
parent 8560efe66e
commit 4622ccb5e2
9 changed files with 17 additions and 17 deletions

@ -4,7 +4,7 @@ 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).
### 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)
### Authors

@ -2,7 +2,7 @@
Generate a coredump if dwl exited abnormally (to be more usefull you need to compile dwl and wlroots with debug symbols)
### 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)
### Authors

@ -2,7 +2,7 @@
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
- [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)
### Authors

@ -2,7 +2,7 @@
Hide all clients behind the focused one in the monocle layout
### 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)
### Authors

@ -2,7 +2,7 @@
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
- [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)
### Authors

@ -2,7 +2,7 @@
Show the master area to the right.
### 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)
### Authors

@ -2,7 +2,7 @@
Allows activating numlock or capslock at startup
### 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)
### Authors

@ -2,7 +2,7 @@
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
- [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)
### Authors

@ -2,7 +2,7 @@
Implement vanity gaps
### 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)
### Authors