Uzbl

Tasklist

FS#166 - accept multiple config files

Attached to Project: Uzbl
Opened by Anonymous Submitter - 2009-12-26 08:58:50 AM
Last edited by Dieter Plaetinck (Dieter_be) - 2010-01-01 10:07:10 PM
Task Type Feature Request
Category uzbl-core
Status Closed
Assigned To No-one
Operating System All
Severity Low
Priority Normal
Reported Version Development
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

uzbl should accept multiple configs.

Use case: config on stdin and the config in .config/uzbl/config should both be usable using
uzbl-core -c .config/uzbl/config -c -
This task depends upon

Closed by  Dieter Plaetinck (Dieter_be)
2010-01-01 10:07:10 PM
Reason for closing:  Works for me
Additional comments about closing:  your example is perfectly doable using:
(cat .config/uzbl/config; <whatever>) | uzbl-core -c -

Loading...