Replies: 1 comment
-
A. Many times Here is an example
It can be transformed to one line like so:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a proof of concept for a script that would
manage
of focused window ison
oroff
.on
— thus it is managed, then float is first, then execute the re-size operation (only way to resize a window is when it is floated)I think this can be used in
skhd
if the resize command is the argument. The argument would, as seen from my example below, be the command from after the script was invoked.So:
lalt - space : yabai -m window --resize abs:700:1300
becomes something like:lalt - space : yabai -m window check_if_floated.sh --resize abs:700:1300
I'd like to know if,
a) by any chance, someone has already implemented this
b) if this is feasible at all, since I'm not a real programmer
Beta Was this translation helpful? Give feedback.
All reactions