Rick Button

Results 33 comments of Rick Button

Ah, that makes sense. I don't have the means to test that yet, as my computer blew up about an hour after I opened the issue, but I'll try creating...

Tried out creating a new user with a home directory, and it worked perfectly. Thanks! I would recommend a more descriptive error message like you mentioned.

If you are interested in a reference, I implemented this in the react terminal renderer inside turbo here: https://github.com/rickbutton/turbo/blob/master/packages/cli/src/renderer/draw.ts#L108

>This is an issue that I have recently also experienced with IntelliJ, where the code-editor getting focus results in a flash of the window Can you describe the flashing in...

This is an interesting idea. Technically the way to think about this is that windows are associated with "workspaces" not monitors, so the window needs to be on a workspace,...

I don't see this problem for any applications that I use. Can you provide your monitor setup and what applications this is happening with?

You might be able to write some clever routing rules to get "untitled windows" to go to a specific workspace. The issue with JetBrains editors is a known issue:: https://github.com/rickbutton/workspacer/issues/61...

Ah I see! Apologies, not enough coffee to read correctly. "Untiled windows" are currently a hack and your suggested solution, to still pin "floating windows" to a "workspace" makes sense...

I'll need to do more research in order to discover how these kinds of applications work. They likely bypass the Windows window manager entirely, and draw directly to the screen....

I'm not opposed to a re-think of how we hide windows in workspacer. Currently, workspacer tries to emulate the way other common tiling window managers operate on windows, by physically...