mirror of
				https://codeberg.org/dwl/dwl-patches.git
				synced 2025-11-04 05:54:20 +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).
 | 
			
		||||
 | 
			
		||||
### 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
 | 
			
		||||
- [sevz](https://codeberg.org/sevz)
 | 
			
		||||
- [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)
 | 
			
		||||
 | 
			
		||||
### 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
 | 
			
		||||
- [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
 | 
			
		||||
 | 
			
		||||
### 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
 | 
			
		||||
- [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
 | 
			
		||||
 | 
			
		||||
### 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
 | 
			
		||||
- [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)).
 | 
			
		||||
 | 
			
		||||
### 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
 | 
			
		||||
- [sevz](https://codeberg.org/sevz)
 | 
			
		||||
- [sevz](https://codeberg.org/sevz)
 | 
			
		||||
 | 
			
		||||
@ -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,8 +2,8 @@
 | 
			
		||||
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
 | 
			
		||||
- [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.
 | 
			
		||||
 | 
			
		||||
### 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
 | 
			
		||||
- [sevz](https://codeberg.org/sevz)
 | 
			
		||||
- [fauxmight](https://codeberg.org/fauxmight)
 | 
			
		||||
- [Piotr Marendowski](https://github.com/piotr-marendowski)
 | 
			
		||||
- Andrey Proskurin
 | 
			
		||||
- Andrey Proskurin
 | 
			
		||||
 | 
			
		||||
@ -2,9 +2,9 @@
 | 
			
		||||
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
 | 
			
		||||
- [sevz](https://codeberg.org/sevz)
 | 
			
		||||
- [Bonicgamer](https://github.com/Bonicgamer)
 | 
			
		||||
- [Bonicgamer](https://github.com/Bonicgamer)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user