aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar Rex Hackbro <rex.hackbro@mailbox.org>2020-08-03 13:25:44 +0200
committerLibravatar Simon Ser <contact@emersion.fr>2020-08-03 15:39:48 +0200
commit8fb9f3b7119e263edd1b7f857341d6ea9f3410e3 (patch)
treed3997b88507cf73f0fbf949e613a45e87c0f8ef5 /sway/sway.5.scd
parentfix force_display_urgency_hint parsing (diff)
downloadsway-8fb9f3b7119e263edd1b7f857341d6ea9f3410e3.tar.gz
sway-8fb9f3b7119e263edd1b7f857341d6ea9f3410e3.tar.zst
sway-8fb9f3b7119e263edd1b7f857341d6ea9f3410e3.zip
document force_display_urgency_hint
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd7
1 files changed, 7 insertions, 0 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index b3c9352e..f608ad2e 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -632,6 +632,13 @@ The default colors are:
632 information on pango font descriptions, see 632 information on pango font descriptions, see
633 https://developer.gnome.org/pango/stable/pango-Fonts.html#pango-font-description-from-string 633 https://developer.gnome.org/pango/stable/pango-Fonts.html#pango-font-description-from-string
634 634
635*force_display_urgency_hint* <timeout> [ms]
636 If an application on another workspace sets an urgency hint, switching to this
637 workspace may lead to immediate focus of the application, which also means the
638 window decoration color would be immediately resetted to *client.focused*. This
639 may make it unnecessarily hard to tell which window originally raised the
640 event. This option allows to set a _timeout_ in ms to delay the urgency hint reset.
641
635*titlebar_border_thickness* <thickness> 642*titlebar_border_thickness* <thickness>
636 Thickness of the titlebar border in pixels 643 Thickness of the titlebar border in pixels
637 644