6 lines
108 B
Bash
Executable file
6 lines
108 B
Bash
Executable file
#!/bin/sh
|
|
|
|
QT_SCALE_FACTOR=''
|
|
QT_AUTO_SCREEN_SCALE_FACTOR=''
|
|
|
|
/usr/bin/qutebrowser --backend webengine "$@"
|