aboutsummaryrefslogtreecommitdiff
path: root/doc/river.1.scd
diff options
context:
space:
mode:
authorLennard Hofmann <lennard.hofmann@web.de>2020-06-17 10:39:48 +0200
committerIsaac Freund <ifreund@ifreund.xyz>2020-06-17 12:14:23 +0200
commit1cc02603b2c221ac4675a9799d1ce7577fc3b414 (patch)
treec5b5da13f030867f38bf89ae01ee1f7d9d57b69d /doc/river.1.scd
parent0efc04508b61c1f87a8bb6e709aec951d7334410 (diff)
downloadriver-1cc02603b2c221ac4675a9799d1ce7577fc3b414.tar.gz
river-1cc02603b2c221ac4675a9799d1ce7577fc3b414.tar.xz
docs: small man pages fixes and updates
- Previous hard-coded settings can be now be changes with riverctl or via environment variables - Update "See also" - Mod → Mod1
Diffstat (limited to 'doc/river.1.scd')
-rw-r--r--doc/river.1.scd17
1 files changed, 13 insertions, 4 deletions
diff --git a/doc/river.1.scd b/doc/river.1.scd
index 932273f..e79e6cb 100644
--- a/doc/river.1.scd
+++ b/doc/river.1.scd
@@ -27,14 +27,23 @@ bspwm based on wlroots and written in Zig.
# CONFIGURATION
-View border width, gap sizes, and programs which should float are
-configured in _Config.zig_. Make your changes and recompile.
+You can define the list of programs which should float in _Config.zig_.
+Make your changes and recompile.
Experimental XWayland support can be enabled on compile-time with the
_-Dxwayland=true_ flag.
-Keyboard layout and other XKB options can be set in _Keyboard.zig_.
+# ENVIRONMENT
+
+The following environment variables are used to configure the keyboard. See
+*xkeyboard-config*(7) for possible values.
+
+- XKB_DEFAULT_MODEL
+- XKB_DEFAULT_LAYOUT
+- XKB_DEFAULT_VARIANT
+- XKB_DEFAULT_OPTIONS
+- XKB_DEFAULT_RULES
# SEE ALSO
-*riverctl*(1), *bspwm*(1), *dwm*(1)
+*riverctl*(1), *river-layouts*(7), *rivertile*(1)