fixup! Add display server.

This commit is contained in:
Jonas 'Sortie' Termansen 2023-06-13 23:12:10 +02:00
parent 7afc8f50df
commit 371f0dcd80
1 changed files with 18 additions and 3 deletions

View File

@ -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