Åsmund Vikane

Results 474 comments of Åsmund Vikane

Hmm I wonder if this could be an issue related with the config path. Can you try to run it through brew services with the `--verbose` flag? To set this...

> as far as I know I can't set variables in my skhdrc. Is it possible to store this value somehow? I assume what you mean is that you would...

You can also use pbcopy and pbpaste instead of the temp file I suppose. *echo “whatever” | pbcopy* and *pbpaste* to retrieve it. This clobbers your clipboard, but I think...

This is a privilege that the icalBuddy binary should have, and not all the applications that act as a launcher of said binary. As far as I can tell, icalBuddy...

Looks like the developer of iTerm solved the issue by adding a key with the name NSCalendarsUsageDescription to the applications .plist file. I don't know how that would translate for...

Uh, so modifier-keys are reported through a different event-type (kCGEventFlagsChanged), and this event is not checked when looking up registered hotkeys. It is not as trivial as to simply run...

I don't want to be making any changes related to this until Mojave GM is released, as there is no indication in their documentation that any changes have been made...

This is not working for me either. The part that has changed in Mojave is the following function call: https://developer.apple.com/documentation/coregraphics/1456028-cgeventkeyboardsetunicodestring It no longer appears to respect the override that we...

Can you post a sample of the yabai process when this happens? Open *Activity Monitor* and locate the yabai process, right-click and click *Sample Process*. (Alternatively, click the *i* (info...

So it appears that the issue might be this loop here: https://github.com/koekeishiya/yabai/blob/master/src/space_manager.c#L648 which was added due to https://github.com/koekeishiya/yabai/issues/1053