diff options
author | Peter Hofmann <scm@uninformativ.de> | 2014-07-10 18:56:44 +0200 |
---|---|---|
committer | Peter Hofmann <scm@uninformativ.de> | 2014-07-10 18:56:44 +0200 |
commit | ef8c98062e6015675162cd60beba81e7a92f0d8d (patch) | |
tree | b495c1c55efc7c7885a85961fc02d7ee65cff94e /README | |
parent | 21d8fd6d03fed3a8e9544e577b9eb9826e60d534 (diff) | |
download | lariza-ef8c98062e6015675162cd60beba81e7a92f0d8d.tar.gz |
Introduce $LARIZA_HOME_URI
As suggested by @okraits in #2.
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -96,8 +96,8 @@ Main windows Close the current window. Mod1 + w - Go to your "homepage" which is the first URI specified on - the command line. + Go to your "homepage". See the environment variable + $LARIZA_HOME_URI. Mod1 + e Open a new window. @@ -196,7 +196,7 @@ following options: Disables automatic launching of suckless' tabbed. After these options there can be any number of URIs. If no URIs are -given, about:blank will be opened. +given, $LARIZA_HOME_URI will be opened. ===================== @@ -225,6 +225,11 @@ following environment variables: "main". If you change this variable, you can launch several independent cooperative instances of lariza. + LARIZA_HOME_URI + This URI will be opened by pressing the appropriate hotkeys + ("homepage" or "new window") and if no URIs are specified on the + command line. Defaults to "about:blank". + LARIZA_ZOOM Zoom level for WebKit viewports. Defaults to 1.0. |