summaryrefslogtreecommitdiffstats
path: root/swaylock/swaylock.1.scd
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-07-16 22:25:25 +0100
committerLibravatar GitHub <noreply@github.com>2018-07-16 22:25:25 +0100
commit297e32126f1f8b27f51989b863e4ea1c9fce6a96 (patch)
tree8387d2550524394e1ac7275ac040a355f2a4bfbf /swaylock/swaylock.1.scd
parentMerge pull request #2283 from RyanDwyer/no-focus (diff)
parentSwitch to using getopt_long for config flag (diff)
downloadsway-297e32126f1f8b27f51989b863e4ea1c9fce6a96.tar.gz
sway-297e32126f1f8b27f51989b863e4ea1c9fce6a96.tar.zst
sway-297e32126f1f8b27f51989b863e4ea1c9fce6a96.zip
Merge pull request #2265 from RedSoxFan/implement-1962
Implement swaylock configuration file parsing
Diffstat (limited to 'swaylock/swaylock.1.scd')
-rw-r--r--swaylock/swaylock.1.scd9
1 files changed, 9 insertions, 0 deletions
diff --git a/swaylock/swaylock.1.scd b/swaylock/swaylock.1.scd
index eea62c2a..3107124f 100644
--- a/swaylock/swaylock.1.scd
+++ b/swaylock/swaylock.1.scd
@@ -12,6 +12,15 @@ Locks your Wayland session.
12 12
13# OPTIONS 13# OPTIONS
14 14
15*-C, --config* <path>
16 The config file to use. By default, the following paths are checked:
17 _$HOME/.swaylock/config_, _$XDG\_CONFIG\_HOME/swaylock/config_, and
18 _SYSCONFDIR/swaylock/config_. All flags aside from this one are valid
19 options in the configuration file using the format _long-option=value_.
20 For options such as _ignore-empty-password_, just supply the _long-option_.
21 All leading dashes should be omitted and the equals sign is required for
22 flags that take an argument.
23
15*-c, --color* <rrggbb[aa]> 24*-c, --color* <rrggbb[aa]>
16 Turn the screen into the given color. If -i is used, this sets the 25 Turn the screen into the given color. If -i is used, this sets the
17 background of the image to the given color. Defaults to white (FFFFFF), or 26 background of the image to the given color. Defaults to white (FFFFFF), or