Skip to content

Instantly share code, notes, and snippets.

@jdoss
Created March 29, 2015 02:56
Show Gist options
  • Save jdoss/a7ea56284df2e60fd62f to your computer and use it in GitHub Desktop.
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.
#!/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