summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruint23 <72694427+uint23@users.noreply.github.com>2025-06-01 04:11:04 +0100
committerGitHub <noreply@github.com>2025-06-01 04:11:04 +0100
commit26d38b5b0831d9afb9a91fc840cdbd3268d5c359 (patch)
treeafc14638adb88be84edb40220ec4aafb491ed653
parentc372e04e746414ccf1e825fa3892a0e56261f711 (diff)
focus_previous -> focus_prev
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ad58ed8..d3b4027 100644
--- a/README.md
+++ b/README.md
@@ -108,7 +108,7 @@ workspace : modifier + modifier + ... + key : swap n
| `focus_previous` | Moves focus backward in the stack. |
| `increase_gaps` | Expands gaps. |
| `master_next` | Moves focused window down in master/stack order. |
-| `master_previous` | Moves focused window up in master/stack order. |
+| `master_prev` | Moves focused window up in master/stack order. |
| `quit` | Exits `sxwm`. |
| `reload_config` | Reloads config. |
| `master_increase` | Expands master width. |