diff options
| author | zachir <zachir@librem.one> | 2025-07-26 14:49:25 -0500 | 
|---|---|---|
| committer | zachir <zachir@librem.one> | 2025-07-26 14:49:25 -0500 | 
| commit | f1987ba629deeb8f027a7707b745f404ad6af1f3 (patch) | |
| tree | c8eebef23e43303cd000035cc304730e0724d357 /scroll | |
| parent | c382995939a55af298b3e75307eb479c37c5eef1 (diff) | |
Move containers to outputs with MSC h/j/k/l not MC 1/2
Diffstat (limited to 'scroll')
| -rw-r--r-- | scroll/config | 6 | 
1 files 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 | 
