sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 73b7c5cc05105018e86e4289ac607434783b7647
parent 37eb83940f1c5630dbafc8990d1340d55dd3f411
Author: Drew DeVault <sir@cmpwn.com>
Date:   Thu, 25 Oct 2018 22:03:30 +0200

Merge pull request #2982 from Toromtomtom/master

protect newline
Diffstat:
Msway/sway.5.scd | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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=<device>] <code> <command> is also available for binding with key codes instead of key names.