aboutsummaryrefslogtreecommitdiffstats
path: root/swaymsg
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 /swaymsg
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 'swaymsg')
-rw-r--r--swaymsg/swaymsg.1.txt89
1 files changed, 0 insertions, 89 deletions
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)