Modules/Niri: Update move column mappings
This commit is contained in:
@ -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;};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user