aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-05-25 19:11:43 +0100
committerLibravatar emersion <contact@emersion.fr>2018-05-25 19:11:43 +0100
commit7af172ed0a94ced56660bf1d54463d93822cd791 (patch)
treeefe373fb22c1d4182e8be00cd773f2bdea1d0c08
parentMerge pull request #2037 from emersion/wlroots-1000 (diff)
downloadsway-7af172ed0a94ced56660bf1d54463d93822cd791.tar.gz
sway-7af172ed0a94ced56660bf1d54463d93822cd791.tar.zst
sway-7af172ed0a94ced56660bf1d54463d93822cd791.zip
Delete old asciidoc man pages
-rw-r--r--swaylock/swaylock.1.scd1
-rw-r--r--swaylock/swaylock.1.txt116
-rw-r--r--swaymsg/swaymsg.1.txt89
3 files changed, 0 insertions, 206 deletions
diff --git a/swaylock/swaylock.1.scd b/swaylock/swaylock.1.scd
index 2580bff9..35d6444c 100644
--- a/swaylock/swaylock.1.scd
+++ b/swaylock/swaylock.1.scd
@@ -100,4 +100,3 @@ Locks your Wayland session.
100Maintained by Drew DeVault <sir@cmpwn.com>, who is assisted by other open 100Maintained by Drew DeVault <sir@cmpwn.com>, who is assisted by other open
101source contributors. For more information about sway development, see 101source contributors. For more information about sway development, see
102https://github.com/swaywm/sway. 102https://github.com/swaywm/sway.
103
diff --git a/swaylock/swaylock.1.txt b/swaylock/swaylock.1.txt
deleted file mode 100644
index 9dbc00a2..00000000
--- a/swaylock/swaylock.1.txt
+++ /dev/null
@@ -1,116 +0,0 @@
1/////
2vim:set ts=4 sw=4 tw=82 noet:
3/////
4:quotes.~:
5
6swaylock (1)
7============
8
9Name
10----
11swaylock - Screen locker for sway
12
13Synopsis
14--------
15'swaylock' [options]
16
17Lock the current sway session.
18
19Options
20-------
21
22*-h, --help*::
23 Show help message and quit.
24
25*-c, \--color* <rrggbb[aa]>::
26 Turn the screen into the given color. If -i is used, this sets the
27 background of the image to the given color. Defaults to white (ffffff), or
28 transparent (00000000) if an image is in use.
29
30*-f, \--daemonize*::
31 Fork into the background after spawning. Note: this is the default behavior of
32 i3lock.
33
34*-i, \--image* [<output>:]<path>::
35 Display the given image, optionally only on the given output. Use -c to set
36 a background color.
37
38*--scaling*::
39 Scaling mode for images: stretch, fill, fit, center, or tile.
40
41*-t, --tiling*::
42 Same as --scaling=tile.
43
44*-u, --no-unlock-indicator*::
45 Disable the unlock indicator.
46
47*-v, \--version*::
48 Show the version number and quit.
49
50*--socket <path>*::
51 Use the specified socket path. Otherwise, swaymsg will ask sway where the
52 socket is (which is the value of $SWAYSOCK, then of $I3SOCK).
53
54Appearance
55----------
56
57*--bshlcolor* <rrggbb[aa]>::
58 Sets the color of backspace highlight segments.
59
60*--font* <font>::
61 Sets the font of the text inside the indicator.
62
63*--insidecolor* <rrggbb[aa]>::
64 Sets the color of the inside of the indicator when typing or idle.
65
66*--insidevercolor* <rrggbb[aa]>::
67 Sets the color of the inside of the indicator when verifying.
68
69*--insidewrongcolor* <rrggbb[aa]>::
70 Sets the color of the inside of the indicator when invalid.
71
72*--keyhlcolor* <rrggbb[aa]>::
73 Sets the color of keypress highlight segments.
74
75*--linecolor* <rrggbb[aa]>::
76 Sets the color of the lines that separate the inside and outside of the
77 indicator.
78
79*-s, \--line-uses-inside*::
80 Use the color of the inside of the indicator for the line separating the
81 inside and outside of the indicator.
82
83*-r, \--line-uses-ring*::
84 Use the outer ring's color for the line separating the inside and outside of
85 the indicator.
86
87*--ringcolor* <rrggbb[aa]>::
88 Sets the color of the outside of the indicator when typing or idle.
89
90*--ringvercolor* <rrggbb[aa]>::
91 Sets the color of the outside of the indicator when verifying.
92
93*--ringwrongcolor* <rrggbb[aa]>::
94 Sets the color of the outside of the indicator when invalid.
95
96*--separatorcolor* <rrggbb[aa]>::
97 Sets the color of the lines that seperate highlight segments.
98
99*--textcolor* <rrggbb[aa]>::
100 Sets the color of the text inside the indicator.
101
102*--indicator-radius* <radius>::
103 Sets the radius of the indicator to _radius_ pixels. The default value is
104 50.
105
106*--indicator-thickness* <thickness>::
107 Sets the thickness of the indicator to _thickness_ pixels. The default value
108 is 10.
109
110Authors
111-------
112
113Maintained by Drew DeVault <sir@cmpwn.com>, who is assisted by other open
114source contributors. For more information about sway development, see
115<https://github.com/swaywm/sway>.
116
diff --git a/swaymsg/swaymsg.1.txt b/swaymsg/swaymsg.1.txt
deleted file mode 100644
index 52209b12..00000000
--- a/swaymsg/swaymsg.1.txt
+++ /dev/null
@@ -1,89 +0,0 @@
1/////
2vim:set ts=4 sw=4 tw=82 noet:
3/////
4:quotes.~:
5
6swaymsg (1)
7===========
8
9Name
10----
11swaymsg - Send messages to a running instance of sway over the IPC socket.
12
13Synopsis
14--------
15'swaymsg' [options] [message]
16
17Options
18-------
19
20*-h, --help*::
21 Show help message and quit.
22
23*-q, \--quiet*::
24 Sends the IPC message but does not print the response from sway.
25
26*-r, \--raw*::
27 Use raw output even if using a tty.
28
29*-s, --socket* <path>::
30 Use the specified socket path. Otherwise, swaymsg will ask sway where the
31 socket is (which is the value of $SWAYSOCK, then of $I3SOCK).
32
33*-t, \--type* <type>::
34 Specify the type of IPC message. See below.
35
36*-v, \--version*::
37 Print the version (of swaymsg) and quit.
38
39IPC Message Types
40-----------------
41
42*<command>*::
43 The message is a sway command (the same commands you can bind to keybindings
44 in your sway config file). It will be executed immediately.
45 +
46 See **sway**(5) for a list of commands.
47
48*get_workspaces*::
49 Gets a JSON-encoded list of workspaces and their status.
50
51*get_seats*::
52 Gets a JSON-encoded list of current seats.
53
54*get_inputs*::
55 Gets a JSON-encoded list of current inputs.
56
57*get_outputs*::
58 Gets a JSON-encoded list of current outputs.
59
60*get_tree*::
61 Gets a JSON-encoded layout tree of all open windows, containers, outputs,
62 workspaces, and so on.
63
64*get_marks*::
65 Get a JSON-encoded list of marks.
66
67*get_bar_config*::
68 Get a JSON-encoded configuration for swaybar.
69
70*get_version*::
71 Get JSON-encoded version information for the running instance of sway.
72
73*get_clipboard*::
74 Get JSON-encoded information about the clipboard.
75 Returns the current clipboard mime-types if called without
76 arguments, otherwise returns the clipboard data in the requested
77 formats. Encodes the data using base64 for non-text mime types.
78
79Authors
80-------
81
82Maintained by Drew DeVault <sir@cmpwn.com>, who is assisted by other open
83source contributors. For more information about sway development, see
84<https://github.com/swaywm/sway>.
85
86See Also
87--------
88
89**sway**(5)