Alexander E Genaud

Results 5 issues of Alexander E Genaud

"Move the currently focused window to the n-th space" (throw-space-< screen-number > ) works for me configured through the GUI, but not when loaded from the ~/.amethyst.yml file. It's likely...

bug

Selecting both (ON="Mouse follows focused windows" && ON="Focus follows mouse") makes it impossible to interact with many popups, particularly Mac OS menu and task bar items. Easy to test because...

enhancement

Rotation will be visually intuitive only if the sequence of the main windows are opposite the sequence of the non-main windows. Just as 10, 11, 12, 1, 2 of the...

Line 115: Replace `@enumToInt(event_id)` with `@intFromEnum(event_id)` Line 120: Replace `switch (@intToEnum(eventId, id)) {` with ``` var e: eventId = @enumFromInt(id); switch (e) { ``` Line 157: Replace `return @ptrToInt(buf.ptr);` with...