summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readme.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.org b/readme.org
index baefe27..e6d33c4 100644
--- a/readme.org
+++ b/readme.org
@@ -47,7 +47,7 @@ To add new keybinds create a new entry in the keybind array:
#+end_src
e.g.
#+begin_src cpp
-{XK_x, MOD|SHIFT, spawn, {.str = i3lock}},
+{XK_l, MOD|SHIFT, wMove, {.dir = Right}},
#+end_src
Commands are executed going down the list and multiple commands with the same keybind and modifiers will all be executed