From 0902729bc77d723b26f3365d537ad21ff0380d6d Mon Sep 17 00:00:00 2001 From: choc Date: Wed, 19 Jun 2024 21:04:54 +0800 Subject: [PATCH] dragresize: add readme --- patches/dragresize/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 patches/dragresize/README.md diff --git a/patches/dragresize/README.md b/patches/dragresize/README.md new file mode 100644 index 0000000..c9bf1d2 --- /dev/null +++ b/patches/dragresize/README.md @@ -0,0 +1,11 @@ +### Description +implement rio-like window resizing + +select window to resize (mod+middleclick by default) then drag out an area for it to occupy + +### Download + - [git branch](https://codeberg.org/notchoc/dwl/src/branch/dragresize) + - [2024-06-19](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/dragresize/dragresize.patch) + +### Authors + - [notchoc](https://codeberg.org/notchoc)