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)
https://ssokolow.com/quicktile/
GNU General Public License v2.0
860 stars 78 forks source link

Move window to other workspace #134

Closed madhur closed 2 years ago

madhur commented 2 years ago

Need a key shortcut for this.

ssokolow commented 2 years ago

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?

madhur commented 2 years ago

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

ssokolow commented 2 years ago

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.

madhur commented 2 years ago

Got it. Thanks