]> git.friedersdorff.com Git - max/dotfiles.git/commitdiff
Force wayland instead of xwayland
authorMaximilian Friedersdorff <max@friedersdorff.com>
Wed, 13 Mar 2019 14:05:23 +0000 (14:05 +0000)
committerMaximilian Friedersdorff <max@friedersdorff.com>
Wed, 13 Mar 2019 14:05:23 +0000 (14:05 +0000)
qutebrowser/.config/qutebrowser/config.py

index 55f465b1f60e55bfc04f4972938c973fecb5efb7..b51dfa8645f6438e52491e8f432a143661c347f1 100644 (file)
@@ -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