MyNixOS website logo

Contents of skhd's configuration file. If empty (the default), the configuration file won't be managed.

See documentation and example.

Declarations
Type
null or absolute path or strings concatenated with "\n"
Default
null
Example
''
  # open terminal, blazingly fast compared to iTerm/Hyper
  cmd - return : /Applications/kitty.app/Contents/MacOS/kitty --single-instance -d ~
  
  # open qutebrowser
  cmd + shift - return : ~/Scripts/qtb.sh
  
  # open mpv
  cmd - m : open -na /Applications/mpv.app $(pbpaste)
''