1cc02603b2
- Previous hard-coded settings can be now be changes with riverctl or via environment variables - Update "See also" - Mod → Mod1
50 lines
1.2 KiB
Markdown
50 lines
1.2 KiB
Markdown
RIVER(1) "github.com/ifreund/river" "General Commands Manual"
|
|
# NAME
|
|
|
|
river - dynamic tiling Wayland compositor
|
|
|
|
# SYNOPSIS
|
|
|
|
*river* [*-c* _shell_command_] [*-l* _log_level_]
|
|
|
|
# DESCRIPTION
|
|
|
|
*river* is a dynamic tiling Wayland compositor inspired by dwm and
|
|
bspwm based on wlroots and written in Zig.
|
|
|
|
# OPTIONS
|
|
|
|
*-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
|
|
*riverctl*(1) and autostart programs. Make sure the script is
|
|
executable.
|
|
|
|
*-l* _log_level_
|
|
Set the log level of river to a value from 0 to 7 with 0 being the
|
|
least verbose and 7 being the most verbose. The default log level of
|
|
release-safe builds is 5.
|
|
|
|
# CONFIGURATION
|
|
|
|
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.
|
|
|
|
# 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), *river-layouts*(7), *rivertile*(1)
|