aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-07-16 10:15:18 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-07-16 10:15:18 +1000
commita211daf9e6667102f282a3507d84090cb54c71fe (patch)
tree5b266b7f28f22ac31d07bd911c536151cd7eb8c3 /sway/sway.5.scd
parentImplement xwayland urgency hint (diff)
downloadsway-a211daf9e6667102f282a3507d84090cb54c71fe.tar.gz
sway-a211daf9e6667102f282a3507d84090cb54c71fe.tar.zst
sway-a211daf9e6667102f282a3507d84090cb54c71fe.zip
Add documentation for urgent command
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd5
1 files changed, 5 insertions, 0 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index c6eb5e6d..d369d7b6 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -499,6 +499,11 @@ config after the others, or it will be matched instead of the others.
499 *unmark* will remove _identifier_ from the list of current marks on a 499 *unmark* will remove _identifier_ from the list of current marks on a
500 window. If _identifier_ is omitted, all marks are removed. 500 window. If _identifier_ is omitted, all marks are removed.
501 501
502*urgent* enable|disable|allow|deny
503 Using _enable_ or _disable_ manually sets or unsets the window's urgent
504 state. Using _allow_ or _deny_ controls the window's ability to set itself
505 as urgent. By default, windows are allowed to set their own urgency.
506
502*workspace* [number] <name> 507*workspace* [number] <name>
503 Switches to the specified workspace. The string "number" is optional and is 508 Switches to the specified workspace. The string "number" is optional and is
504 used to sort workspaces. 509 used to sort workspaces.