From: Maximilian Friedersdorff Date: Wed, 13 Mar 2019 14:05:23 +0000 (+0000) Subject: Force wayland instead of xwayland X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=5fe2bad5ea5116e28213925cd45d2cee02959191;hp=04b3718d5f350c56b671d3b34a3858f7b38d3173;p=max%2Fdotfiles.git Force wayland instead of xwayland --- diff --git a/qutebrowser/.config/qutebrowser/config.py b/qutebrowser/.config/qutebrowser/config.py index 55f465b..b51dfa8 100644 --- a/qutebrowser/.config/qutebrowser/config.py +++ b/qutebrowser/.config/qutebrowser/config.py @@ -27,5 +27,5 @@ c.content.headers.accept_language = 'en-US,en;q=0.5' c.content.headers.user_agent = 'Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0' c.content.headers.custom = {'accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8'} -#xwayland -c.qt.force_platform = 'xcb' +# wayland +c.window.hide_decoration = True