From 1670eafd7bcfbfc3380884f63f61248a59043150 Mon Sep 17 00:00:00 2001 From: Tom Warnke Date: Thu, 25 Oct 2018 21:48:39 +0200 Subject: [PATCH] protect newline --- sway/sway.5.scd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sway/sway.5.scd b/sway/sway.5.scd index 1999a6c82..b3d696f28 100644 --- a/sway/sway.5.scd +++ b/sway/sway.5.scd @@ -267,9 +267,10 @@ runtime. instead of any binding that is generic to all devices. Example: - +``` # Execute firefox when alt, shift, and f are pressed together bindsym Mod1+Shift+f exec firefox +``` *bindcode* [--release|--locked] [--input-device=] is also available for binding with key codes instead of key names.