7E2L6I32RSE7CIBCS4UY7BZIFAJQJ5P6O4MGNMFYZDD7RAGQG3HQC Mod+Shift+K { spawn-sh "if niri msg focused-window | rg 'Is floating: yes'; then niri msg action move-floating-window --y -50; else niri msg action move-window-to-workspace-up; fi"; }Mod+Shift+J { spawn-sh "if niri msg focused-window | rg 'Is floating: yes'; then niri msg action move-floating-window --y +50; else niri msg action move-window-to-workspace-down; fi"; }
Mod+Shift+K { spawn-sh "if niri msg focused-window | rg 'Is floating: yes'; then niri msg action move-floating-window --y -50; else niri msg action move-column-to-workspace-up; fi"; }Mod+Shift+J { spawn-sh "if niri msg focused-window | rg 'Is floating: yes'; then niri msg action move-floating-window --y +50; else niri msg action move-column-to-workspace-down; fi"; }