Replies: 2 comments
-
|
i think we need to just expose a window_id field and this all becomes much simpler. move to space via window id as well. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
#105 fix is on main and will be available next release |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It'd be nice to be able to move windows between workspaces more easily.
I like to use the last workspace as a scratch buffer. I assign option-Y (yank) to move the current window to the scratch space, and I assign option-P (paste) to move all of the windows from the scratch space to the current workspace. The last one is tricky in rift. I got it to work with a script by switching to the scratch space and repeatedly running move-window to the original space and then switching back. The problem with this is I need a 0.5-sec delay between move-window calls, and the workspace switching (and delays) cause a lot of flickering.
Options for the API could include:
Beta Was this translation helpful? Give feedback.
All reactions