summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRick Console <rick@rickconsole.com>2025-06-05 19:52:23 -0400
committerRick Console <rick@rickconsole.com>2025-06-06 17:42:25 -0400
commit08c1543e60d82ca2bff0b3b1027c546ddff07ca3 (patch)
tree19c24cedd37fbd23bfab2600083c79bd1cba59d9 /README.md
parent787416e6a3cead68472619a42385c58b23b51d81 (diff)
add monitor switching with shortened config names
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 08d0aea..37d6b10 100644
--- a/README.md
+++ b/README.md
@@ -110,8 +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_monitor` | Switches focus to the next monitor. |
-| `focus_prev_monitor` | Switches focus to the previous monitor. |
+| `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. |
@@ -150,6 +152,7 @@ workspace : mod + shift + 5 : swap 5
| `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 |