Cagdas Salur
Cagdas Salur
Maybe there's a way to achieve this with a script? Query for windows of the active app and rotate them? Afaik we can do the query but i'm not sure...
You need the bindKey to put in the accessory configuration. Some options to get it: https://custom-components.github.io/ble_monitor/faq#my-sensors-ble-advertisements-are-encrypted-how-can-i-get-the-key I just had the same issue and luckily it was really straightforward to get...
Closing since we have a pr for this already #49
It would be nice to have some border setting where we can specify some of `top, bottom, left, right` to show. Would be handy as a hover indicator
@FelixKratz if you're okay with this i can try to make a pr (fyi i have no experience with c or the codebase, just trying to pitch in). I guess...
these are events that trigger the instant they happen, so it you won't get if the mouse is **on the item** afterwards. You can consider doing something like this: ```bash...
Here's how I ended up solving it: ```bash # .yabairc yabai -m rule --add app="^Arc$" manage=off yabai -m signal --add event=window_created app="^Arc$" action="~/.scripts/yabai_apply_arc_rules.sh" ``` ```bash # yabai_apply_arc_rules.sh [[ $(yabai -m...
> @cagdassalur This breaks additional Arc windows that you open with File → New Window though no? Yeah, for my usecase arc splits are better for side-to-side (2 windows have...
> Note that your solution also breaks if Arc is not open at the time you open Little Arc, and even further if you open Arc before you close Little...
You can also use the window frame coordinates to figure out if the window is little arc or not, bit hacky but it'll work if you use your main Arc...