slyshot

Results 12 comments of slyshot

That seems intentional: https://github.com/naelstrof/maim/blob/463492be48143dca3bc6fa6c3555ffb9f54d3a5a/src/main.cpp#L457-L462 This is a doc bug, the help shouldn't say that. Wonder how one could best phrase the actual behavior. "When not in a tty, the program...

Fairly easy to make a patch -- one line in fact. https://github.com/slyshot/maim/commit/8ee2d1afccefbe4d0326d2a548be38abd9e4aa89 Not sure if this is hacky, though. I don't think it corrupts the meaning of "savepathGiven" since `-`...

Neat. Wonder if it's related to https://github.com/i3/i3/issues/4489 . Same as airblader in that issue, I vaguely remember another similar one to both of these, but I haven't been looking for...

I believe this is the minimal change required for what you want https://github.com/i3/i3/commit/2c8f0a9a658ee07cf5549034fbbac0e0101d5c4d . I would think we'd change the config switch `focus_follows_mouse` to be something like `focus_follows_mouse always` &...

When workspaces are not user-configured, a split container is not made for them by `workspace_attach_to`(from workspace.c), and that's not called from `_con_attach`(con.c). I'm not exactly sure why this is. A...

Wow, a silly mistake on my part. The issue was pretty simple, when the workspace has no children, `workspace_encapsulate` chooses to return NULL. Solution is just to check it's return...

This was trickier to find. I got to sleep, but looking at it, `tree_move` isn't really able to change focus at all, since it's caller will undo that. So unless...

Because the workaround seems like a problem of it's own(Although a fairly minute one), I made it it's own pull request (Here https://github.com/i3/i3/pull/5529), even though it's required for this. I...

Apologies for all the fixups, I have some trouble getting out of my normal programming habits. I'll try to work on that, hope that's not too annoying for anybody.

Tell me if there's a glaring problem, I'm not at a computer for the day so I can't check before sending. https://github.com/slyshot/i3/tree/full_move_multiple