GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DWL(1) FreeBSD General Commands Manual DWL(1)

dwl
dwm for Wayland

dwl [-s command]

dwl is a Wayland compositor based on wlroots. It is intended to fill the same space in the Wayland world that dwm does for X11.

When given the -s option, dwl starts a shell process running command when starting. When stopping, it sends SIGTERM to the child process and waits for it to exit.

Users are encouraged to customize dwl by editing the sources, in particular config.h. The default key bindings are as follows:

Mod-[1-9]
Show only all windows with a tag.
Mod-Ctrl-[1-9]
Show all windows with a tag.
Mod-Shift-[1-9]
Move window to a single tag.
Mod-Ctrl-Shift-[1-9]
Toggle tag for window.
Mod-p
Spawn bemenu-run.
Mod-Shift-Return
Spawn alacritty.
Mod-[jk]
Move focus down/up the stack.
Mod-[id]
Increase/decrease number of windows in master area.
Mod-[hl]
Decrease/increase master area.
Mod-Return
Move window on top of stack or switch top of stack with second window.
Mod-Tab
Show only all windows with previous tag.
Mod-Shift-c
Close window.
Mod-t
Switch to tabbed layout.
Mod-f
Switch to floating layout.
Mod-m
Switch to monocle layout.
Mod-Space
Switch to previous layout.
Mod-Shift-Space
Toggle floating state of window.
Mod-e
Toggle fullscreen state of window.
Mod-0
Show all windows.
Mod-Shift-0
Set all tags for window.
Mod-,
Move focus to previous monitor.
Mod-.
Move focus to next monitor.
Mod-Shift-,
Move window to previous monitor.
Mod-Shift-.
Move window to next monitor.
Mod-Shift-q
Quit dwl.
These might differ depending on your keyboard layout.

These environment variables are used by dwl:
A directory where temporary user files, such as the Wayland socket, are stored.
A directory containung configuration of various programs and libraries, including libxkbcommon.
, WAYLAND_DISPLAY, WAYLAND_SOCKET
Tell how to connect to an underlying X11 or Wayland server.
Various variables specific to wlroots.
, XLOCALEDIR, XCOMPOSEFILE
Various variables specific to libxkbcommon.
List of directories to search for XCursor themes in.
A directory where there are always dear files there for you. Waiting for you to clean them up.

These are set by dwl:

Tell how to connect to dwl.
If using Xwayland, tell how to connect to the Xwayland server.

Start dwl with s6 in the background:
dwl -s 's6-svscan <&-'

alacritty(1), bemenu(1), dwm(1), xkeyboard-config(7)

The child process's standard input is connected with a pipe to dwl. If the child process neither reads from the pipe nor closes its standard input, dwl will freeze after a while due to it blocking when writing to the full pipe buffer.

All of them.
January 8, 2021 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.