Adding insets patch

This commit is contained in:
bakkeby
2020-08-10 12:32:58 +02:00
parent e5ea493d32
commit 1dd4ec5bc4
8 changed files with 77 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ Refer to [https://dwm.suckless.org/](https://dwm.suckless.org/) for details on t
### Changelog:
2020-08-10 - Added cool autostart patch
2020-08-10 - Added cool autostart and insets patches
2020-08-02 - Added reorganizetags patch
@@ -301,6 +301,10 @@ Refer to [https://dwm.suckless.org/](https://dwm.suckless.org/) for details on t
- [inplacerotate](https://dwm.suckless.org/patches/inplacerotate/)
- allows rotation of all clients in the master or stack area without affecting the other area
- [insets](https://dwm.suckless.org/patches/insets/)
- lets custom insets from each edge of the screen to be defined
- an example use case would be to make space for an external bar
- [ispermanent](https://dwm.suckless.org/patches/ispermanent/)
- adds rule option for clients to avoid accidental termination by killclient for sticky windows