Had to add a line to the configuration pythong file ~/.config/qutebrowser/config.ymlconfig.load_autoconfig() because it was empty. after changing any config using the UI and restarting it won’t work until you add this line.
Added Dracula theme to match the rest of the system by copying this file content: https://github.com/dracula/qutebrowser/blob/master/draw.py inside config.yml and add this block after it:
Opening any webpage that uses webgl like github.comhome page (before you login). will freeze it on Nvidia (didn’t happen on the laptop with builtin GPU). fixed by forcing software rendering by setting:
1qt.force_software_rendering:
2global: chromium
to make sure it only works on the nvidia machines not the rest of my machines, I removed it and added this to config.py