diff options
author | Leonardo Hernández Hernández <leohdz172@proton.me> | 2024-09-27 21:18:47 -0600 |
---|---|---|
committer | Leonardo Hernández Hernández <leohdz172@proton.me> | 2025-06-09 13:55:38 -0600 |
commit | 9dbce43a69988b62430f6060f30049fb6ab036f8 (patch) | |
tree | c43b7ec0063cdef02747c8e8ba7e3d2a56ec1fc8 | |
parent | 59c99308b0cad19f48fa0586aca40eaec58695a9 (diff) |
document mouse button actions
[sevz: commit message is mine. The content was written by scottro11 and shared
in https://codeberg.org/dwl/dwl/issues/697]
Closes: https://codeberg.org/dwl/dwl/issues/697
-rw-r--r-- | dwl.1 | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -100,6 +100,16 @@ Quit .Nm . .El These might differ depending on your keyboard layout. +.Sh 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 : |