diff options
| author | Ryan Dwyer <RyanDwyer@users.noreply.github.com> | 2018-07-10 22:05:33 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-10 22:05:33 +1000 |
| commit | 8afe68f92063ff6db061f721868f601b2fc20191 (patch) | |
| tree | 751b5569e4e05149c7a7cd7e0d8084be5ff62063 /swaymsg/swaymsg.1.scd | |
| parent | c1bb73f8652f367ee7b7b82f5fc13aff51145358 (diff) | |
| parent | 23c1c26c3fedf5470dbee9fe97c2374a48588863 (diff) | |
Merge pull request #2232 from ianyfan/ipc
Add some missing ipc message types from i3
Diffstat (limited to 'swaymsg/swaymsg.1.scd')
| -rw-r--r-- | swaymsg/swaymsg.1.scd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/swaymsg/swaymsg.1.scd b/swaymsg/swaymsg.1.scd index 1aa6a1b0..59a706d4 100644 --- a/swaymsg/swaymsg.1.scd +++ b/swaymsg/swaymsg.1.scd @@ -59,6 +59,12 @@ _swaymsg_ [options...] [message] *get\_version* Get JSON-encoded version information for the running instance of sway. +*get\_binding\_modes* + Gets a JSON-encoded list of currently configured binding modes. + +*get\_config* + Gets a JSON-encoded copy of the current configuration. + *get\_clipboard* Get JSON-encoded information about the clipboard. Returns the current clipboard mime-types if called without |
