From f1987ba629deeb8f027a7707b745f404ad6af1f3 Mon Sep 17 00:00:00 2001 From: zachir Date: Sat, 26 Jul 2025 14:49:25 -0500 Subject: Move containers to outputs with MSC h/j/k/l not MC 1/2 --- scroll/config | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scroll/config b/scroll/config index 5eaee2e..c695d28 100644 --- a/scroll/config +++ b/scroll/config @@ -201,8 +201,10 @@ animations { # Note: workspaces can have any name you want, not just numbers. # We just use 1-10 as the default. - bindsym $mod+Ctrl+1 move workspace to output left - bindsym $mod+Ctrl+2 move workspace to output right + bindsym $mod+Shift+Ctrl+h move container to output left + bindsym $mod+Shift+Ctrl+j move container to output down + bindsym $mod+Shift+Ctrl+k move container to output up + bindsym $mod+Shift+Ctrl+l move container to output right # Scaling # Workspace -- cgit v1.2.3