ssokolow / quicktile

Adds window-tiling hotkeys to any X11 desktop. (An analogue to WinSplit Revolution for people who don't want to use Compiz Grid)

Home Page:https://ssokolow.com/quicktile/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move window to other workspace

madhur opened this issue · comments

Need a key shortcut for this.

Can you clarify what, exactly, you want the key shortcut to do?

Cycle through workspaces by number, looping around at the end? Send the window and stay on the current workspace or switch workspaces and carry the window along for the ride? Send the window left/right/up/down and don't loop? Something else?

I meant "Send the window and stay on the current workspace" to workspace #

QuickTile's architecture doesn't currently allow for commands to take arguments like workspace numbers and QuickTile already has workspace-send-... commands for the variants that I consider viable with the current architecture, as you can see in the Command Reference.

All you need to do is edit your quicktile.cfg to map some keys to them.

Got it. Thanks