summaryrefslogtreecommitdiffstats
path: root/swaylock
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 /swaylock
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
Diffstat (limited to 'swaylock')
-rw-r--r--swaylock/swaylock.1.scd1
-rw-r--r--swaylock/swaylock.1.txt116
2 files changed, 0 insertions, 117 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