Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/get-screen-dpi
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/get-screen-dpi')
-rwxr-xr-xscripts/get-screen-dpi6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/get-screen-dpi b/scripts/get-screen-dpi
deleted file mode 100755
index 8165920..0000000
--- a/scripts/get-screen-dpi
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/python
-
-from gi.repository import Gtk
-
-settings = Gtk.Settings.get_default()
-print settings.get_property('gtk-xft-dpi') / 1024