summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md3
-rw-r--r--sxwm.132
2 files changed, 35 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0c24308..b8ab40a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,9 @@ All notable changes to this project will be documented in this file.
- **NEW**: Ctrl key as modifier
- **NEW**: Focus window on creation
- **NEW**: Copy config to `/usr/local/share/sxwmrc`
+- **NEW**: Can switch monitors via keyboard
+- **NEW**: Can move windows between monitors via keyboard
+- **NEW**: Can click on a window to set focus to it
- **CHANGE**: Renamed `focus_previous` to `focus_prev`
- **CHANGE**: Invalid sample config
- **CHANGE**: Parser `$HOME` searching order. XDG Compliance
diff --git a/sxwm.1 b/sxwm.1
index 323905d..d111c1b 100644
--- a/sxwm.1
+++ b/sxwm.1
@@ -183,6 +183,22 @@ Toggles the floating state for all windows on the current workspace.
Toggles fullscreen mode for the focused window.
.TP
+.B focus_next_mon
+Switches focus to the next monitor.
+
+.TP
+.B focus_prev_mon
+Switches focus to the previous monitor.
+
+.TP
+.B move_next_mon
+Moves the focused window to the next monitor.
+
+.TP
+.B move_prev_mon
+Moves the focused window to the previous monitor.
+
+.TP
.B change_ws1 ... change_ws9
Switches focus to the specified workspace (1 to 9).
@@ -250,6 +266,22 @@ Increase or decrease gaps.
Toggle fullscreen mode.
.TP
+.B MOD + .
+Focus next monitor.
+
+.TP
+.B MOD + ,
+Focus previous monitor.
+
+.TP
+.B MOD + Shift + .
+Move focused window to next monitor.
+
+.TP
+.B MOD + Shift + ,
+Move focused window to previous monitor.
+
+.TP
.B MOD + Left Mouse
Move window with mouse.