6 lines
102 B
Bash
Executable file
6 lines
102 B
Bash
Executable file
#!/bin/sh
|
|
|
|
export QT_SCALE_FACTOR=''
|
|
export QT_AUTO_SCREEN_SCALE_FACTOR=''
|
|
|
|
/usr/bin/qutebrowser "$@"
|