diff options
| author | Abhinav Prasai <72694427+uint23@users.noreply.github.com> | 2025-06-06 23:45:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-06 23:45:31 +0100 |
| commit | 161be8b6e0fa43910c866dc3e925f2d288283dc3 (patch) | |
| tree | 5f49360bd6e23e30e0987bddd9e9293142a665f9 /README.md | |
| parent | b0bf3e6250b767f2786f340b577df5f445f9d6aa (diff) | |
| parent | 08c1543e60d82ca2bff0b3b1027c546ddff07ca3 (diff) | |
Merge pull request #77 from RickConsole/main
Add multi-monitor focus switching and window moving
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -110,6 +110,10 @@ workspace : modifier + modifier + ... + key : swap n | `decrease_gaps` | Shrinks gaps. | | `focus_next` | Moves focus forward in the stack. | | `focus_previous` | 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. | +| `move_prev_mon` | Moves the focused window to the previous monitor. | | `increase_gaps` | Expands gaps. | | `master_next` | Moves focused window down in master/stack order. | | `master_prev` | Moves focused window up in master/stack order. | @@ -147,6 +151,8 @@ workspace : mod + shift + 5 : swap 5 | `MOD` + Left Mouse | Move window by mouse | | `MOD` + Right Mouse | Resize window by mouse | | `MOD` + `j` / `k` | Focus next / previous | +| `MOD` + `,` / `.` | Focus prev / next monitor | +| `MOD` + `Shift` + `,` / `.` | Move window to prev / next monitor | | `MOD` + `Shift` + `j` / `k` | Move in master stack | | `MOD` + `Space` | Toggle floating | | `MOD` + `Shift` + `Space` | Toggle all floating | |
