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). 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

@ -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) 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

@ -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 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

@ -2,7 +2,7 @@
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

@ -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)). 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

@ -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,7 +2,7 @@
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

@ -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. 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

@ -2,7 +2,7 @@
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