From 371f0dcd802afb15c3e5fdeb6624adceaef5aba8 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Tue, 13 Jun 2023 23:12:10 +0200 Subject: [PATCH] fixup! Add display server. --- display/display.1 | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/display/display.1 b/display/display.1 index 48775af2..cf64df64 100644 --- a/display/display.1 +++ b/display/display.1 @@ -33,7 +33,7 @@ Quit the current window. Maximize (or restore) the current window. .It Alt + Tab Switch to the next window. -.It Alt + Click + Drag +.It Alt + Drag Drag the current window. .It Control + Alt + Delete Exit the desktop environment. @@ -55,8 +55,23 @@ Grab input for the current window. Release the input grab on the current window. .El .Pp -Windows can be resized by dragging their edges. -Windows can be tiled by dragging them to the left, right, top, and bottom edges. +The mouse gestures are as follow: +.Bl -bullet +.It +Clicking on a window brings it to the foreground. +.It +Dragging the window title bar moves the window. +.It +Clicking on the rectangle icon in the title bar maximizes (or restores) the +window. +.It +Clicking on the X icon in the title bar closes the window. +.It +Dragging the edges of a window resizes it. +.It +Windows can be tiled by moving them when the cursor meets the left, right, top, +and bottom edges or any corner. +.El .Pp The keyboard layout can be changed with the .Xr chkblayout 1