summaryrefslogtreecommitdiffstats
path: root/sway/sway.5.txt
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2018-04-03 00:47:45 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-04-04 21:57:05 -0400
commitfc9398a42e1dfc15bbb8490c049981034abb4926 (patch)
tree490f5c672ea2362b1b4cf4e34e13232df0502270 /sway/sway.5.txt
parentMerge pull request #1705 from swaywm/swaylock-layers (diff)
downloadsway-fc9398a42e1dfc15bbb8490c049981034abb4926.tar.gz
sway-fc9398a42e1dfc15bbb8490c049981034abb4926.tar.zst
sway-fc9398a42e1dfc15bbb8490c049981034abb4926.zip
Implement opacity command
Diffstat (limited to 'sway/sway.5.txt')
-rw-r--r--sway/sway.5.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt
index 900e499a..59c3295a 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -413,6 +413,10 @@ The default colors are:
413 However, any mark that starts with an underscore will not be drawn even if the 413 However, any mark that starts with an underscore will not be drawn even if the
414 option is on. The default option is _on_. 414 option is on. The default option is _on_.
415 415
416**opacity** <value>::
417 Set the opacity of the window between 0 (completely transparent) and 1
418 (completely opaque).
419
416**unmark** <identifier>:: 420**unmark** <identifier>::
417 **Unmark** will remove _identifier_ from the list of current marks on a window. If 421 **Unmark** will remove _identifier_ from the list of current marks on a window. If
418 no _identifier_ is specified, then **unmark** will remove all marks. 422 no _identifier_ is specified, then **unmark** will remove all marks.