4 lines
97 B
Plaintext
4 lines
97 B
Plaintext
|
#!/bin/bash
|
||
|
GDK_DPI_SCALE="1.25" firefox
|
||
|
#google-chrome-stable --force-device-scale-factor=1.25&
|