summaryrefslogtreecommitdiff
path: root/default_sxwmrc
diff options
context:
space:
mode:
authorAbhinav Prasai <72694427+uint23@users.noreply.github.com>2025-06-06 23:45:31 +0100
committerGitHub <noreply@github.com>2025-06-06 23:45:31 +0100
commit161be8b6e0fa43910c866dc3e925f2d288283dc3 (patch)
tree5f49360bd6e23e30e0987bddd9e9293142a665f9 /default_sxwmrc
parentb0bf3e6250b767f2786f340b577df5f445f9d6aa (diff)
parent08c1543e60d82ca2bff0b3b1027c546ddff07ca3 (diff)
Merge pull request #77 from RickConsole/main
Add multi-monitor focus switching and window moving
Diffstat (limited to 'default_sxwmrc')
-rw-r--r--default_sxwmrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/default_sxwmrc b/default_sxwmrc
index 6efede7..89cf67d 100644
--- a/default_sxwmrc
+++ b/default_sxwmrc
@@ -34,6 +34,14 @@ call : mod + shift + e : quit
call : mod + j : focus_next
call : mod + k : focus_prev
+# Monitor Focus:
+call : mod + comma : focus_prev_mon
+call : mod + period : focus_next_mon
+
+# Move Window Between Monitors:
+call : mod + shift + comma : swap_prev_mon
+call : mod + shift + period : swap_next_mon
+
# Master/Stack Movement
call : mod + shift + j : master_next
call : mod + shift + k : master_previous