aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar Tom Warnke <tom.warnke@acm.org>2018-10-25 21:48:39 +0200
committerLibravatar Tom Warnke <tom.warnke@acm.org>2018-10-25 21:48:39 +0200
commit1670eafd7bcfbfc3380884f63f61248a59043150 (patch)
tree09d8cbdc8da940de78539aa15d41c3ddd73271cd /sway/sway.5.scd
parentMerge pull request #2980 from ppascher/allow_workspace_missing_output (diff)
downloadsway-1670eafd7bcfbfc3380884f63f61248a59043150.tar.gz
sway-1670eafd7bcfbfc3380884f63f61248a59043150.tar.zst
sway-1670eafd7bcfbfc3380884f63f61248a59043150.zip
protect newline
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd3
1 files changed, 2 insertions, 1 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 1999a6c8..b3d696f2 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -267,9 +267,10 @@ runtime.
267 instead of any binding that is generic to all devices. 267 instead of any binding that is generic to all devices.
268 268
269 Example: 269 Example:
270 270```
271 # Execute firefox when alt, shift, and f are pressed together 271 # Execute firefox when alt, shift, and f are pressed together
272 bindsym Mod1+Shift+f exec firefox 272 bindsym Mod1+Shift+f exec firefox
273```
273 274
274 *bindcode* [--release|--locked] [--input-device=<device>] <code> <command> 275 *bindcode* [--release|--locked] [--input-device=<device>] <code> <command>
275 is also available for binding with key codes instead of key names. 276 is also available for binding with key codes instead of key names.