Disable possible hardware acceleration - dotfiles - leot's dotfiles
 (HTM) hg clone https://bitbucket.org/iamleot/dotfiles
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) changeset e4e1e6658946483719580c60e6e265b138206b0f
 (DIR) parent 47b942e4524a493d77368cc5fae704c44de07e61
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Wed, 26 Sep 2018 16:54:15 
       
       Disable possible hardware acceleration
       
       Diffstat:
        local/share/luakit/settings |  3 ++-
        1 files changed, 2 insertions(+), 1 deletions(-)
       ---
       diff -r 47b942e4524a -r e4e1e6658946 local/share/luakit/settings
       --- a/local/share/luakit/settings       Tue Sep 25 23:55:32 2018 +0200
       +++ b/local/share/luakit/settings       Wed Sep 26 16:54:15 2018 +0200
       @@ -14,7 +14,8 @@
        ["tablist.always_visible"]=true,
        ["window.close_with_last_tab"]=true,
        ["window.home_page"]="about:blank",
       +["webview.hardware_acceleration_policy"]="never",
       +["webview.media_playback_requires_gesture"]=true,
        ["webview.enable_offline_web_application_cache"]=false,
       -["webview.media_playback_requires_gesture"]=true,
        },
        }
       \ No newline at end of file