freebsd-ports/x11/py-i3-quickterm/pkg-message
Dave Cottlehuber 7354d338c8 x11/py-i3-quickterm: update to 1.1
- add usage notes and README.md
- pet port with portfmt

Sponsored by:	SkunkWerks, GmbH
2022-06-28 06:31:59 +00:00

16 lines
361 B
Text

[
{ type: install
message: <<EOM
quickterm will work without any configuration, so long as you add a
typical i3 binding:
# just pop standard shell
bindsym $mod+b exec i3-quickterm shell
# with prompt for shells
bindsym $mod+p exec i3-quickterm
Further configuration can be done via ~/.config/i3/i3-quickterm.json,
see README.md for further details.
EOM
}
]