.dotfiles/laio/qmk.yaml

27 lines
562 B
YAML

---
name: qmk
startup:
- command: echo
args:
- starting qmk session # add commands here to run on session startup
shutdown:
- command: echo
args:
- stopping qmk session # add commands here to run on session shutdown
path: /home/crimsen/qmk_firmware/
windows:
- name: code
flex_direction: column # panes are above one another, if ommited defaults to row where panes are side by side
panes:
- name: Editor
commands:
- command: nvim
- name: cli
flex_direction: column
panes:
- name: CLI