From 787416e6a3cead68472619a42385c58b23b51d81 Mon Sep 17 00:00:00 2001 From: Rick Console Date: Thu, 5 Jun 2025 19:10:15 -0400 Subject: added monitor switching --- default_sxwmrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'default_sxwmrc') diff --git a/default_sxwmrc b/default_sxwmrc index 6efede7..09aa36f 100644 --- a/default_sxwmrc +++ b/default_sxwmrc @@ -34,6 +34,10 @@ call : mod + shift + e : quit call : mod + j : focus_next call : mod + k : focus_prev +# Monitor Focus: +call : mod + comma : focus_prev_monitor +call : mod + period : focus_next_monitor + # Master/Stack Movement call : mod + shift + j : master_next call : mod + shift + k : master_previous -- cgit v1.2.3 From 08c1543e60d82ca2bff0b3b1027c546ddff07ca3 Mon Sep 17 00:00:00 2001 From: Rick Console Date: Thu, 5 Jun 2025 19:52:23 -0400 Subject: add monitor switching with shortened config names --- default_sxwmrc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'default_sxwmrc') diff --git a/default_sxwmrc b/default_sxwmrc index 09aa36f..89cf67d 100644 --- a/default_sxwmrc +++ b/default_sxwmrc @@ -35,8 +35,12 @@ call : mod + j : focus_next call : mod + k : focus_prev # Monitor Focus: -call : mod + comma : focus_prev_monitor -call : mod + period : focus_next_monitor +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 -- cgit v1.2.3