diff options
| author | Lennard Hofmann <lennard.hofmann@web.de> | 2020-06-15 09:51:23 +0200 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2020-06-15 13:23:17 +0200 |
| commit | b2986fedd57f85e7af079caa997435512213c57d (patch) | |
| tree | c2483919738bcc6a7bd7bfa06a2bb32151752d0e /doc/river.1 | |
| parent | 4b674730da0cb64d5b0eb16f30b53fa921737f60 (diff) | |
| download | river-b2986fedd57f85e7af079caa997435512213c57d.tar.gz river-b2986fedd57f85e7af079caa997435512213c57d.tar.xz | |
docs: use scdoc instead of roff for man pages
Diffstat (limited to 'doc/river.1')
| -rw-r--r-- | doc/river.1 | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/doc/river.1 b/doc/river.1 deleted file mode 100644 index 3f72980..0000000 --- a/doc/river.1 +++ /dev/null @@ -1,41 +0,0 @@ -.TH RIVER 1 2020-06-04 github.com/ifreund/river "General Commands Manual" - -.SH NAME -river \- dynamic tiling Wayland compositor - -.SH SYNOPSIS -.BR river " [" -c -.IR shell_command ] - -.SH DESCRIPTION -.B river -is a dynamic tiling Wayland compositor inspired by dwm and bspwm -based on wlroots and written in Zig. - -.SH OPTIONS - -.TP -.BI -c " shell_command" -Run a shell command or give the path to a script -that will be run before river gets started. -This is where you define keymaps using -.BR riverctl (1) -and autostart programs. -Make sure the script is executable. - -.SH CONFIGURATION -View border width, gap sizes, and programs which should float are configured in -.IR Config.zig . -Make your changes and recompile. - -.PP -Experimental XWayland support can be enabled on compile-time with the -.I -Dxwayland=true -flag. - -Keyboard layout and other XKB options can be set in -.IR Keyboard.zig . - -.SH SEE ALSO - -.BR riverctl "(1), " bspwm "(1), " dwm (1) |
