diff options
| author | Abhinav <abhinav.prsai@gmail.com> | 2025-06-29 18:45:59 +0100 |
|---|---|---|
| committer | Abhinav <abhinav.prsai@gmail.com> | 2025-06-29 18:45:59 +0100 |
| commit | 4d37cc473bc8e6539f3488c1adb34b875c18cd06 (patch) | |
| tree | abb2e749313552bd7699dc33a008bbb14628412d | |
| parent | 2119de0d5c617b37c6e09a4ed8d7e8d53a7d714f (diff) | |
rename focus_previous -> focus_prev
this reflects the acctual name
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -126,7 +126,7 @@ workspace : modifier + modifier + ... + key : swap n | `close_window` | Closes the focused window. | | `decrease_gaps` | Shrinks gaps. | | `focus_next` | Moves focus forward in the stack. | -| `focus_previous` | Moves focus backward in the stack. | +| `focus_prev` | Moves focus backward in the stack. | | `focus_next_mon` | Switches focus to the next monitor. | | `focus_prev_mon` | Switches focus to the previous monitor. | | `move_next_mon` | Moves the focused window to the next monitor. | |
