diff options
-rw-r--r-- | x11-wm/dwl/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/dwl/files/patch-dwl.1 | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/x11-wm/dwl/Makefile b/x11-wm/dwl/Makefile index f86cf7ea8d68..e78a15c53abd 100644 --- a/x11-wm/dwl/Makefile +++ b/x11-wm/dwl/Makefile @@ -1,6 +1,7 @@ PORTNAME= dwl DISTVERSIONPREFIX= v DISTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= x11-wm wayland MASTER_SITES= https://codeberg.org/${PORTNAME}/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ diff --git a/x11-wm/dwl/files/patch-dwl.1 b/x11-wm/dwl/files/patch-dwl.1 new file mode 100644 index 000000000000..dcbb2cbd4cf3 --- /dev/null +++ b/x11-wm/dwl/files/patch-dwl.1 @@ -0,0 +1,21 @@ +https://codeberg.org/dwl/dwl/issues/697 + +--- dwl.1.orig 2024-08-06 18:03:27 UTC ++++ dwl.1 +@@ -100,6 +100,16 @@ These might differ depending on your keyboard layout. + .Nm . + .El + These might differ depending on your keyboard layout. ++.Ss Mouse commands ++.Bl -tag -width 20n -offset indent -compact ++.It Mod-Button1 ++Move focused window while dragging. Tiled windows will be toggled to the floating state. ++.It Mod-Button2 ++Toggles focused window between floating and tiled state. ++.It Mod-Button3 ++Resize focused window while dragging. Tiled windows will be toggled to ++the ++floating state. + .Sh ENVIRONMENT + These environment variables are used by + .Nm : |