Created
March 29, 2015 02:56
-
-
Save jdoss/a7ea56284df2e60fd62f to your computer and use it in GitHub Desktop.
Run Google Chrome Unstable (43.0.2342.2 dev) on a HiDPI screen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Hacky fix for Google Chrome unstable (43.0.2342.2 dev) on a HiDPI screen. | |
# See https://code.google.com/p/chromium/issues/detail?id=469373 for more details | |
xprop -root -remove _NET_WORKAREA | |
google-chrome-unstable --force-device-scale-factor=2 > /dev/null 2>&1 & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment