summaryrefslogtreecommitdiffstats
path: root/sway/sway.5.txt
diff options
context:
space:
mode:
authorLibravatar Zandr Martin <zandrmartin@gmail.com>2017-03-09 14:56:15 -0500
committerLibravatar Zandr Martin <zandrmartin@gmail.com>2017-03-09 14:56:15 -0500
commit18450dd16a3909d0ea581f5f9cad4128751870cc (patch)
tree6d4a99dcb568e73f514e0fde42fe3ae7d64a30ca /sway/sway.5.txt
parentMerge pull request #1105 from zandrmartin/fix-workspace-output-assignment (diff)
downloadsway-18450dd16a3909d0ea581f5f9cad4128751870cc.tar.gz
sway-18450dd16a3909d0ea581f5f9cad4128751870cc.tar.zst
sway-18450dd16a3909d0ea581f5f9cad4128751870cc.zip
deprecate new_window and new_float commands
Diffstat (limited to 'sway/sway.5.txt')
-rw-r--r--sway/sway.5.txt20
1 files changed, 12 insertions, 8 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt
index 8e3f64ab..474f6790 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -227,6 +227,18 @@ The default colors are:
227 Enables, disables or toggles debug logging. The toggle argument cannot be used 227 Enables, disables or toggles debug logging. The toggle argument cannot be used
228 in the configuration file. 228 in the configuration file.
229 229
230**default_border** <normal|none|pixel> [<n>]::
231 Set default border style for new windows. This command was previously called
232 **new_window**. While **new_window** still works, it is considered deprecated
233 and support for it will be removed in the future.
234
235**default_floating_border** <normal|none|pixel> [<n>]::
236 Set default border style for new floating windows. This only applies to
237 windows that are spawned in floating mode, not windows that become floating
238 after the fact. This command was previously called **new_float**. While
239 **new_float** still works, it is considered deprecated and support for it will
240 be removed in the future.
241
230**exec** <shell command>:: 242**exec** <shell command>::
231 Executes _shell command_ with sh. 243 Executes _shell command_ with sh.
232 244
@@ -313,14 +325,6 @@ The default colors are:
313 When _output_: place mouse at center of newly focused window when changing 325 When _output_: place mouse at center of newly focused window when changing
314 output. When _none_: don't move mouse. 326 output. When _none_: don't move mouse.
315 327
316**new_window** <normal|none|pixel> [<n>]::
317 Set default border style for new windows.
318
319**new_float** <normal|none|pixel> [<n>]::
320 Set default border style for new floating windows. This only applies to
321 windows that are spawned in floating mode, not windows that become floating
322 after the fact.
323
324**output** <name> <resolution|res> <WIDTHxHEIGHT>:: 328**output** <name> <resolution|res> <WIDTHxHEIGHT>::
325 Configures the specified output to use the given resolution. 329 Configures the specified output to use the given resolution.
326 + 330 +