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 have a lot of modes in skhd, that are nested. Is there other way to activate some of the mods, using skhd cli? Right now I do use skhd -k command to invoke keybinding to activate those, but its not very consistent
The text was updated successfully, but these errors were encountered:
I have a lot of modes in skhd, that are nested. Is there other way to activate some of the mods, using skhd cli? Right now I do use skhd -k command to invoke keybinding to activate those, but its not very consistent
What about using keyboard shortcuts? Here is in my way to switch mode:
# Available mode
:: default
:: silence
# Change mode
default < fn + ctrl + lalt + lshift - s ; silence
silence < fn + ctrl + lalt + lshift - s ; default
# Configure Yabai (modifier: fn + ctrl + lalt + lcmd)
# ↳ Change layout of space
default < fn + ctrl + lalt + lcmd - a : yabai -m space --layout bsp
I have a lot of modes in skhd, that are nested. Is there other way to activate some of the mods, using skhd cli? Right now I do use
skhd -k
command to invoke keybinding to activate those, but its not very consistentThe text was updated successfully, but these errors were encountered: