aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.1.scd
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-05-11 20:58:34 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-05-11 21:03:43 -0400
commit432256ad84af0b6ef62ff92fe3248d2ce8ceffd4 (patch)
tree066fa73134aa168f00d5403657371ce2b83921e5 /sway/sway.1.scd
parentWire up scdoc and rewrite sway(1) (diff)
downloadsway-432256ad84af0b6ef62ff92fe3248d2ce8ceffd4.tar.gz
sway-432256ad84af0b6ef62ff92fe3248d2ce8ceffd4.tar.zst
sway-432256ad84af0b6ef62ff92fe3248d2ce8ceffd4.zip
Add sway(5)
Diffstat (limited to 'sway/sway.1.scd')
-rw-r--r--sway/sway.1.scd16
1 files changed, 8 insertions, 8 deletions
diff --git a/sway/sway.1.scd b/sway/sway.1.scd
index 02caa048..5b770cce 100644
--- a/sway/sway.1.scd
+++ b/sway/sway.1.scd
@@ -46,14 +46,14 @@ You can run sway directly from a tty, or via a Wayland-compatible login manager.
46 46
47sway searches for a config file in the following locations, in this order: 47sway searches for a config file in the following locations, in this order:
48 48
49- ~/.sway/config 49. ~/.sway/config
50- $XDG\_CONFIG\_HOME/sway/config (suggested location) 50. $XDG\_CONFIG\_HOME/sway/config (suggested location)
51- ~/.i3/config 51. ~/.i3/config
52- $XDG\_CONFIG\_HOME/i3/config 52. $XDG\_CONFIG\_HOME/i3/config
53- /etc/sway/config 53. /etc/sway/config
54- /etc/i3/config 54. /etc/i3/config
55 55
56If unset, $XDG\_CONFIG\_HOME defalts to *~/.config*. 56If unset, $XDG\_CONFIG\_HOME defaults to *~/.config*.
57 57
58An error is raised when no config file is found. The recommended default 58An error is raised when no config file is found. The recommended default
59configuration is usually installed to */etc/sway/config*; you are encouraged to 59configuration is usually installed to */etc/sway/config*; you are encouraged to