diff options
Diffstat (limited to 'default_sxwmrc')
| -rw-r--r-- | default_sxwmrc | 8 |
1 files changed, 6 insertions, 2 deletions
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 |
