keybind: add Mod+Esc -> focus_prev

This commit is contained in:
2026-07-26 22:09:33 +02:00
parent 4c80b60b93
commit 2d5c5445fa
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ if you would rather not compete with applications that bind Alt themselves.
| `Mod+Ctrl+1..9` | Toggle tag in view |
| `Mod+Ctrl+Shift+1..9` | Toggle tag on focused window |
| `Mod+0` / `Mod+Shift+0` | View all tags / put window on all tags |
| `Mod+Tab` | Back to previously viewed tags |
| `Mod+Tab` / `Mod+Esc` | Back to previously viewed tags |
| `Mod+,` / `Mod+.` | Focus previous / next output |
| `Mod+Shift+,` / `Mod+Shift+.` | Send window to previous / next output |
| `Mod+Left drag` | Move window (floats it) |