dotfiles/.config/i3/i3-quickterm.json

14 lines
323 B
JSON

{
"menu": "rofi -dmenu -p 'quickterm: ' -no-custom -auto-select",
"term": "st",
"history": "{$HOME}/.cache/i3/i3-quickterm.order",
"ratio": 0.25,
"pos": "top",
"shells": {
"haskell": "ghci",
"js": "node",
"python": "ipython3 --no-banner",
"shell": "{$SHELL}"
}
}