luakit/luakit

Add :set command, for changing settings

Open

#460 ouverte le 23 août 2017

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Lua (248 forks)batch import
feature-requesthelp wanted

Métriques du dépôt

Stars
 (1 868 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

Example usage:

:set webview.zoom_level 150
:set on .github.com webview.zoom_level 130  -- Domain specific setting
:set window.new_window_size 1200x900 -- No need to wrap strings in "quotes"

This would be made much better with #461, which would allow saving changes over restarts.

Guide contributeur