From 4cee1fb881527ebef3331424b3146a0c2ae1a769 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Mon, 1 Nov 2021 00:29:06 +0100 Subject: [PATCH] docs: assorted fixes/cleanups --- doc/river.1.scd | 2 +- doc/riverctl.1.scd | 6 +++--- example/init | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/river.1.scd b/doc/river.1.scd index 8ddd09f..71735bf 100644 --- a/doc/river.1.scd +++ b/doc/river.1.scd @@ -14,7 +14,7 @@ river - dynamic tiling Wayland compositor a stack of views laid out dynamically by an external layout generator. Tags are used instead of workspaces allowing for increased flexibility. -All runtime configuration and control happens through Wayland protocols, +All configuration and control happens at runtime through Wayland protocols, including several river-specific protocol extensions. The *riverctl*(1) utility may be used to communicate with river over these protocols. diff --git a/doc/riverctl.1.scd b/doc/riverctl.1.scd index 410cb56..3a59f33 100644 --- a/doc/riverctl.1.scd +++ b/doc/riverctl.1.scd @@ -155,9 +155,9 @@ are ignored by river. Mappings are modal in river. Each mapping is associated with a mode and is only active while in that mode. There are two special modes: "normal" and -"locked". The normal mode is the initial mode for every seat. The locked -mode is automatically entered while an input inhibitor (such as a lockscreen) -is active. It cannot be left or entered manually. +"locked". The normal mode is the initial mode on startup. The locked mode +is automatically entered while an input inhibitor (such as a lockscreen) +is active. It cannot be entered or exited manually. The following modifiers are available for use in mappings: diff --git a/example/init b/example/init index 7ddd8eb..8f130d6 100755 --- a/example/init +++ b/example/init @@ -17,7 +17,7 @@ riverctl map normal $mod+Shift Return spawn foot # Mod+Q to close the focused view riverctl map normal $mod Q close -# Mod+E to exit river +# Mod+Shift+E to exit river riverctl map normal $mod+Shift E exit # Mod+J and Mod+K to focus the next/previous view in the layout stack @@ -121,7 +121,7 @@ riverctl map passthrough $mod F11 enter-mode normal # not have a modifier for mode in normal locked do - # Eject the optical drive + # Eject the optical drive (well if you still have one that is) riverctl map $mode None XF86Eject spawn 'eject -T' # Control pulse audio volume with pamixer (https://github.com/cdemoulins/pamixer) @@ -145,7 +145,7 @@ riverctl background-color 0x002b36 riverctl border-color-focused 0x93a1a1 riverctl border-color-unfocused 0x586e75 -# Set repeat rate +# Set keyboard repeat rate riverctl set-repeat 50 300 # Make certain views start floating @@ -158,4 +158,4 @@ riverctl csd-filter-add app-id "gedit" # Set and exec into the default layout generator, rivertile. # River will send the process group of the init executable SIGTERM on exit. riverctl default-layout rivertile -exec rivertile +exec rivertile -view-padding 6 -outer-padding 6