aboutsummaryrefslogtreecommitdiffstats
path: root/sway
diff options
context:
space:
mode:
authorLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-01-22 19:17:55 +0100
committerLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-01-22 19:26:13 +0100
commit54111839a4074f42edd73160a26baa1ae64a81b1 (patch)
tree211672d99e776f96aa1519077bca91fd9524eeae /sway
parentFix generating sway-input.5 manpage (diff)
downloadsway-54111839a4074f42edd73160a26baa1ae64a81b1.tar.gz
sway-54111839a4074f42edd73160a26baa1ae64a81b1.tar.zst
sway-54111839a4074f42edd73160a26baa1ae64a81b1.zip
manpage: add references sway.5 <-> sway-input.5
Diffstat (limited to 'sway')
-rw-r--r--sway/sway-input.5.txt5
-rw-r--r--sway/sway.5.txt5
2 files changed, 10 insertions, 0 deletions
diff --git a/sway/sway-input.5.txt b/sway/sway-input.5.txt
index 26e0c258..08ffff54 100644
--- a/sway/sway-input.5.txt
+++ b/sway/sway-input.5.txt
@@ -44,3 +44,8 @@ Commands
44 44
45**input** <identifier> tap <enabled|disabled>: 45**input** <identifier> tap <enabled|disabled>:
46 Enables or disables tap for specified input device. 46 Enables or disables tap for specified input device.
47
48See Also
49--------
50
51**sway**(5)
diff --git a/sway/sway.5.txt b/sway/sway.5.txt
index 9777491e..b54ae8da 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -224,3 +224,8 @@ Currently supported attributes:
224 Compare against the workspace name for this view. Can be a regular expression. 224 Compare against the workspace name for this view. Can be a regular expression.
225 If value is _focused_ then all the views on the currently focused workspace 225 If value is _focused_ then all the views on the currently focused workspace
226 matches. 226 matches.
227
228See Also
229--------
230
231**sway**(1) **sway-input**(5)