10 lines
311 B
Bash
Executable File
10 lines
311 B
Bash
Executable File
#!/bin/bash
|
|
KERNEL=$(uname -sr)
|
|
[[ $KERNEL =~ "icrosoft" ]] && "/mnt/c/Program Files/Mozilla Firefox/firefox.exe" "$@"
|
|
[[ $KERNEL =~ "gentoo" ]] && GDK_DPI_SCALE="1.2" firefox-bin "$@"
|
|
#[[ $KERNEL =~ "gentoo" ]] && brave-bin --force-device-scale-factor=1.2 "$@"
|
|
|
|
|
|
# Firefox
|
|
# media.ffmpeg.vaapi.enabled -> true
|