aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.1.txt
blob: 17fc13da24da8c02eff4e88e87798a50c6caa9c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
/////
vim:set ft=asciidoc ts=4 sw=4 tw=82 noet:
/////
:quotes.~:

sway (1)
========

Name
----
sway - SirCmpwn's Wayland window manager

Synopsis
--------
'sway' [options] [command]

Options
-------

*-h, --help*::
	Show help message and quit.

*-c, \--config* <config>::
	Specifies a config file.

*-C, \--validate*::
	Check the validity of the config file, then exit.

*-d, --debug*::
	Enables full logging, including debug information.

*-v, \--version*::
	Show the version number and quit.

*-V, --verbose*::
	Enables more verbose logging.

*--get-socketpath*::
	Gets the IPC socket path and prints it, then exits.

Description
-----------

sway was created to fill the need of an i3-like window manager for Wayland. The
upstream i3 developers have no intention of porting i3 to Wayland, and projects
proposed by others ended up as vaporware. Many thanks to the i3 folks for
providing such a great piece of software, so good that your users would rather
write an entirely new window manager from scratch that behaved _exactly_ like i3
rather than switch to something else.

Launch sway directly from a tty or via your favorite Wayland-compatible login
manager.

Commands
--------

If sway is currently running, you may run _sway [command]_ to send _command_ to
the running instance of sway. The same commands you would use in the config file
are valid here (see **sway**(5)). For compatibility reasons, you may also issue
commands with **swaymsg**(1) or **i3-msg**(1) (or even with **i3**(1), probably).

Configuration
-------------

The path to a config file can be given via the _-c_ parameter, else
sway searches for it in the following locations:
- ~/.sway/config
- $XDG_CONFIG_HOME/sway/config (suggested location)
- ~/.i3/config
- $XDG_CONFIG_HOME/i3/config (XDG_HOME )
- /etc/sway/config
- /etc/i3/config

In /etc/sway/config the standard config file is installed.
An error is raised when no config file is found.

To write your own configuration, it's suggested that you copy the default config file to
the location of your choosing and start there.

For information on the config file format, see **sway**(5).

Environment
-----------

The following environment variables have an effect on sway:

*SWAY_CURSOR_THEME*::
	Specifies the name of the cursor theme to use.

*SWAY_CURSOR_SIZE*::
	Specifies the size of the cursor to use.

*SWAYSOCK*::
	Specifies the path to the sway IPC socket.

*XKB_DEFAULT_RULES*, *XKB_DEFAULT_MODEL*, *XKB_DEFAULT_LAYOUT*, *XKB_DEFAULT_VARIANT*, *XKB_DEFAULT_OPTIONS*::
	Configures the xkb keyboard settings. See xkeyboard-config(7).

Authors
-------

Maintained by Drew DeVault <sir@cmpwn.com>, who is assisted by other open
source contributors. For more information about sway development, see
<https://github.com/swaywm/sway>.

See Also
--------

**sway**(5) **swaymsg**(1) **swaygrab**(1) **sway-input**(5) **sway-bar**(5)