diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-01-04 14:12:06 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-01-04 14:12:06 -0200 |
commit | 241ca178b6dc2ba6f88ab37cb67dce0a162bb9ea (patch) | |
tree | 227a6078b88c8b875350bf850203473c93b9c07d /lib | |
parent | 63fb51fa5737f99dd69f122bdac5493d3360008b (diff) | |
download | qutebrowser-241ca178b6dc2ba6f88ab37cb67dce0a162bb9ea.tar.gz qutebrowser-241ca178b6dc2ba6f88ab37cb67dce0a162bb9ea.tar.bz2 |
Minor fixes
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/qutebrowser-exec | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/qutebrowser-exec b/lib/qutebrowser-exec index 7c5c119..b70d1c7 100755 --- a/lib/qutebrowser-exec +++ b/lib/qutebrowser-exec @@ -1,5 +1,6 @@ #!/usr/bin/env sh # +# See https://github.com/qutebrowser/qutebrowser/issues/572 # Thanks https://github.com/ayekat/dotfiles/blob/master/bin/qutebrowser # Adapted to be sourced from another wrapper @@ -10,9 +11,9 @@ # using the argument to set up the following directory structure and symbolic # links: # -# $XDG_RUNTIME_DIR/qutebrowser/$session/cache → $XDG_CACHE_HOME/qutebrowser/$session -# $XDG_RUNTIME_DIR/qutebrowser/$session/data → $XDG_DATA_HOME/qutebrowser/$session -# $XDG_RUNTIME_DIR/qutebrowser/$session/config → $XDG_CONFIG_HOME/qutebrowser +# $XDG_CACHE_HOME/qutebrowser/$session/cache → $XDG_CACHE_HOME/qutebrowser/$session +# $XDG_DATA_HOME/qutebrowser/$session/data → $XDG_DATA_HOME/qutebrowser/$session +# $XDG_CONFIG_HOME/qutebrowser/$session/config → $XDG_CONFIG_HOME/qutebrowser # $XDG_RUNTIME_DIR/qutebrowser/$session/runtime (no symlink, regular directory) # # We then specify $XDG_RUNTIME_DIR/qutebrowser/$session as a --basedir, and the |