From 1eff5aeb7521b56840ec1918b1134f126014d564 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Wed, 27 Mar 2024 21:48:19 +0400 Subject: wiki: Add one more bind example --- wiki/Configuration:-Key-Bindings.md | 1 + 1 file changed, 1 insertion(+) diff --git a/wiki/Configuration:-Key-Bindings.md b/wiki/Configuration:-Key-Bindings.md index 95995b34..1164f2dc 100644 --- a/wiki/Configuration:-Key-Bindings.md +++ b/wiki/Configuration:-Key-Bindings.md @@ -11,6 +11,7 @@ For example: ``` binds { Mod+Left { focus-column-left; } + Super+Alt+L { spawn "swaylock"; } } ``` -- cgit