Viewing profile — ianyh
ianyh
HN member- Joined
- Sat, Oct 19, 2013, 10:35 PM UTC
- HN karma
- 45
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About ianyh
No profile information was provided.
Recent public activity
-
comment
Comment #38481841
Hey, Amethyst dev here. Love seeing this on the front page. I’ve seen a few comments mention it here and there, but I’m swooping in with my semi-regular reminder that you don’t nee…
-
comment
Comment #19316090
This is correct. I can only speak to macOS, but window management in this case is actually built on something entirely distinct from the actual system window manager. It utilizes a…
-
comment
Comment #10778369
At a guess, I would expect kwm to be faster, but probably less far along than Amethyst in terms of features/stability. It's been a long time since I've actually written any C++, bu…
-
comment
Comment #9685560
I haven't had a chance to try reverse engineering the APIs, but on the surface nothing has changed with the accessibility framework, which means we're not going to get much progres…
-
comment
Comment #8770206
Yeah, there's already an issue to track that ( https://github.com/ianyh/Amethyst/issues/129 ), but in general it seems like people want more flexibility in defining how they want t…
-
comment
Comment #8770202
Gah! I'll keep trying to see if I can reproduce. I really appreciate you finding something deterministic, though! This bug is slowly driving me mad.
-
comment
Comment #8770192
Window spacing is actually in the works for Amethyst. It just has some issues because some windows just don't size exactly. Terminal windows, for example, only size in increments o…
-
comment
Comment #8770173
Well, Amethyst can float windows so I wouldn't call it a tiling-only WM, but there's a lot of reasons I prefer it over floating window managers. I'm really lazy and want software t…
-
comment
Comment #8770088
Not yet. I've toyed with different ways of doing this, but haven't really decided on one that I really like. Maybe I should just go the road of other window managers that expose a …
-
comment
Comment #8769715
Fascinating. I hadn't realized Mjolnir wasn't under development anymore. I'm glad to see the community is keeping it going, though.
-
comment
Comment #8769703
You can theoretically turn off window shadows. https://github.com/puffnfresh/toggle-osx-shadows
-
comment
Comment #8769183
That is generally correct. I wrote a longer comment about this but SizeUp is about manually managing windows and Amethyst is about letting software manage windows for you. It's gen…
-
comment
Comment #8769171
That's something I want to do. I want basically anything you can do with key commands to be possible via the mouse. Some of that comes out of the box with OS X, but some of it (lik…
-
comment
Comment #8769159
That is an interesting idea. I'm not actually sure whether or not it's possible. Unfortunately I'm on a plane and my phone won't let me make github issues. I'll add one to look int…
-
comment
Comment #8769044
A feature matrix isn't a bad idea (and I opened an issue to track https://github.com/ianyh/Amethyst/issues/267 ), but it's kind of hard to compare as they are such different pieces…
-
comment
Comment #8768783
This is a woefully confusing decision on my part. There are actually two features: mouse-follows-focus and focus-follows-mouse. The former just means the cursor moves along with wi…
-
comment
Comment #8768752
It's on the list of things I want to do. I should have used a tree structure off the bat and done something like binary space partitioning.
-
comment
Comment #8768747
I would 100% recommend Mjolnir as an actively-developed Slate alternative. sdegutis has a solid history of writing great window management stuff.
-
comment
Comment #8768737
It is super buggy for fullscreen apps. Unfortunately, I have this superpower (or curse) of not being able to reproduce bugs. Every time I get near a coworker's computer, whatever t…
-
comment
Comment #8768696
I'm the Amethyst developer. I'm happy to answer any questions people have. I'm hopping on a cross-country plane flight in about an hour, but I have a layover. I'll try get back to …
-
comment
Comment #8763708
What about Amethyst didn't fit your requirements? I know it's still buggy, I'm just curious if there's any specific ones or if it's just generally not useful to you.
-
comment
Comment #6578228
I haven't used SizeUp, but it looks similar to other tiling window managers in that they give you keyboard shortcuts to move windows around. Amethyst is modeled on xmonad which has…
-
comment
Comment #6578209
I used to use ShiftIt all the time, but actually eventually moved to Slate. I wrote Amethyst because I got tired of manually moving windows, even if by keyboard shortcut, and got s…