You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed in here that you have added the modifiers hyper and meh.
It would be cool if we were able to create our own modifier keywords.
For example:
mod1 = alt + shift
So then, for example, instead of having to write:
# swap managed window
shift + alt - h : yabai -m window --swap west
shift + alt - j : yabai -m window --swap south
shift + alt - k : yabai -m window --swap north
shift + alt - l : yabai -m window --swap east
you could write
# swap managed window
mod1 - h : yabai -m window --swap west
mod1 - j : yabai -m window --swap south
mod1 - k : yabai -m window --swap north
mod1 - l : yabai -m window --swap east
The text was updated successfully, but these errors were encountered:
Bumping this, if the dev is still alive and well it would be great. I sometimes use laptop keyboard and 2 different external keyboards depending on where I am so I have to change up the modifiers.
I noticed in here that you have added the modifiers
hyper
andmeh
.It would be cool if we were able to create our own modifier keywords.
For example:
mod1 = alt + shift
So then, for example, instead of having to write:
you could write
The text was updated successfully, but these errors were encountered: