aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-10-25 22:03:30 +0200
committerLibravatar GitHub <noreply@github.com>2018-10-25 22:03:30 +0200
commit73b7c5cc05105018e86e4289ac607434783b7647 (patch)
tree09d8cbdc8da940de78539aa15d41c3ddd73271cd
parentMerge pull request #2980 from ppascher/allow_workspace_missing_output (diff)
parentprotect newline (diff)
downloadsway-73b7c5cc05105018e86e4289ac607434783b7647.tar.gz
sway-73b7c5cc05105018e86e4289ac607434783b7647.tar.zst
sway-73b7c5cc05105018e86e4289ac607434783b7647.zip
Merge pull request #2982 from Toromtomtom/master
protect newline
-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.