wiki: Add one more bind example

This commit is contained in:
Ivan Molodetskikh 2024-03-27 21:48:19 +04:00
parent 9f0566b1ab
commit 1eff5aeb75

View File

@ -11,6 +11,7 @@ For example:
```
binds {
Mod+Left { focus-column-left; }
Super+Alt+L { spawn "swaylock"; }
}
```