diff options
author | Karel Kočí <cynerd@email.cz> | 2017-04-22 10:39:13 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-04-22 10:39:13 +0200 |
commit | 82ad76d017ab7e098aa13f84d39c8b9df888c5da (patch) | |
tree | f3949fbb4226695825f56caed73b7dcf783921dc /conkerorrc | |
parent | efd7cc4bd9eb811bb43112e36440e2d47c7bbd75 (diff) | |
download | myconfigs-82ad76d017ab7e098aa13f84d39c8b9df888c5da.tar.gz myconfigs-82ad76d017ab7e098aa13f84d39c8b9df888c5da.tar.bz2 myconfigs-82ad76d017ab7e098aa13f84d39c8b9df888c5da.zip |
Various small changes and fixes
Diffstat (limited to 'conkerorrc')
-rw-r--r-- | conkerorrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ define_opensearch_webjump("?g", "google.xml"); define_opensearch_webjump("?w", "wikipedia.xml"); define_opensearch_webjump("?e", "eBay.xml"); -external_content_handlers.set("application/pdf", "okular"); +external_content_handlers.set("application/pdf", "llpp"); external_content_handlers.set("video/*", "vlc"); editor_shell_command = "urxvt -e vim"; |