1

Modules/Niri: Update move column mappings

This commit is contained in:
2025-11-24 17:08:30 +01:00
parent 517dd2c077
commit 4396c6b84f

View File

@ -442,7 +442,7 @@ in {
hotkey-overlay = {hidden = true;}; hotkey-overlay = {hidden = true;};
}; };
"Mod+Shift+H" = { "Mod+Shift+H" = {
action = move-column-left; action = move-column-left-or-to-monitor-left;
hotkey-overlay = {title = "Move column to the left. Equivalent bindings for other directions.";}; hotkey-overlay = {title = "Move column to the left. Equivalent bindings for other directions.";};
}; };
"Mod+Shift+J" = { "Mod+Shift+J" = {
@ -454,7 +454,7 @@ in {
hotkey-overlay = {hidden = true;}; hotkey-overlay = {hidden = true;};
}; };
"Mod+Shift+L" = { "Mod+Shift+L" = {
action = move-column-right; action = move-column-right-or-to-monitor-right;
hotkey-overlay = {hidden = true;}; hotkey-overlay = {hidden = true;};
}; };