aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-07-07 23:05:01 -0700
committerJakob Odersky <jakob@odersky.com>2016-07-08 00:08:18 -0700
commit05b4917871083700f870b19149523987a47aa6b6 (patch)
tree98b3e2ddb7fb3b438adbb8fc25bd8b79ac157a5a
parentbeffebc0e8b056af7abd258af632ea9213a09ba7 (diff)
downloaddotfiles-05b4917871083700f870b19149523987a47aa6b6.tar.gz
dotfiles-05b4917871083700f870b19149523987a47aa6b6.tar.bz2
dotfiles-05b4917871083700f870b19149523987a47aa6b6.zip
Configure high dpi display
-rwxr-xr-xhome/.config/autostart/hidpi.desktop8
1 files changed, 8 insertions, 0 deletions
diff --git a/home/.config/autostart/hidpi.desktop b/home/.config/autostart/hidpi.desktop
new file mode 100755
index 0000000..16d28cc
--- /dev/null
+++ b/home/.config/autostart/hidpi.desktop
@@ -0,0 +1,8 @@
+
+
+#!/usr/bin/env xdg-open
+[Desktop Entry]
+Name=hidpi
+Exec=/usr/bin/xrandr --output eDP1 --scale 1.2x1.2 --panning 3456x2160
+Terminal=false
+Type=Application