Open edofe99 opened 1 month ago
On skhdrc: shift + cmd - w : yabai -m window --toggle whatsapp || open -a WhatsApp on yabairc: yabai -m rule --add app="^WhatsApp$" scratchpad=whatsapp grid="6:6:1:1:4:4"
shift + cmd - w : yabai -m window --toggle whatsapp || open -a WhatsApp
yabai -m rule --add app="^WhatsApp$" scratchpad=whatsapp grid="6:6:1:1:4:4"
When I press the combination the applications opens, but it's managed and I would like it to be float. How can I achieve that? (SIP disabled)
If the scripting addition is installed and loaded correctly, any window marked with scratchpad in a rule will be automatically floating.
On skhdrc:
shift + cmd - w : yabai -m window --toggle whatsapp || open -a WhatsApp
on yabairc:yabai -m rule --add app="^WhatsApp$" scratchpad=whatsapp grid="6:6:1:1:4:4"
When I press the combination the applications opens, but it's managed and I would like it to be float. How can I achieve that? (SIP disabled)