diff options
| author | Tony Crisci <tony@dubstepdish.com> | 2017-12-19 04:52:03 -0500 |
|---|---|---|
| committer | Tony Crisci <tony@dubstepdish.com> | 2017-12-19 04:52:03 -0500 |
| commit | 9df4a2c7a8598c344aa5ee5fabd8566e348ee66f (patch) | |
| tree | 344bb429a0a2379d02d6ec996f7ceade33633e8e | |
| parent | 8b4d81114a6e25be9f8f7c7bca17e55dbebd675d (diff) | |
| download | sway-9df4a2c7a8598c344aa5ee5fabd8566e348ee66f.tar.xz | |
document fallback seat
| -rw-r--r-- | sway/sway-input.5.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sway/sway-input.5.txt b/sway/sway-input.5.txt index d4652a82..0603616b 100644 --- a/sway/sway-input.5.txt +++ b/sway/sway-input.5.txt @@ -95,6 +95,10 @@ their own "seat"). Attach an input device to this seat by its input identifier. A special value of _*_ will attach all devices to the seat. +**seat** <name> fallback <true|false>:: + Set this seat as the fallback seat. A fallback seat will attach any device not + explicitly attached to another seat (similar to a "default" seat). + See Also -------- |
