convert your qutebrowser config to config.py

When you first start qutebrowser It will create some config files in your home directory for you, but they will be empty.

When you first start qutebrowser It will create some config files in your home directory for you, but they will be empty.

Config ΒΆ #

As far as I know qutebrowser will create this default config out of the box for you, if it doesn’t, then somehow it just appeared for me 😁.

❯ tree ~/.config/qutebrowser
/home/waylon/.config/qutebrowser
β”œβ”€β”€ autoconfig.yml
β”œβ”€β”€ bookmarks
β”‚Β Β  └── urls
β”œβ”€β”€ config.py
β”œβ”€β”€ greasemonkey
└── quickmarks

2 directories, 5 files

Why convert ΒΆ #

You might want to confvert if you are more comfortable with the python config, or if like me you just want config in one place and you are stealing configuration options from others who have thiers in config.py.

Convert to py ΒΆ #

Connections

Related tags and posts connected to this entry.