AutoYADM commit: 2025-03-15 16:15:06

This commit is contained in:
Daniel Fichtinger 2025-03-15 16:15:06 -04:00
parent b60f417332
commit 191cc10bf7

View file

@ -363,12 +363,12 @@ binds {
move-column-right move-column-right
} }
Mod+Shift+M { Mod+Shift+M {
move-column-left move-column-left-or-to-monitor-left
} }
// Mod+Shift+N { move-window-down; } // Mod+Shift+N { move-window-down; }
// Mod+Shift+E { move-window-up; } // Mod+Shift+E { move-window-up; }
Mod+Shift+I { Mod+Shift+I {
move-column-right move-column-right-or-to-monitor-right
} }
// Alternative commands that move across workspaces when reaching // Alternative commands that move across workspaces when reaching
// the first or last window in a column. // the first or last window in a column.