summaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-02-28 02:42:40 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-02-28 02:42:40 -0500
commit22730fe9ddbba6f88f7c817ec9f648d82e4c10d4 (patch)
treef04e00bbca9250063fd1e4929983bdb39f549aed /.local
parenteb53922048e2c899523d79cc32fc58c493dab358 (diff)
tidy
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/xrdb-set-dpi1
1 files changed, 0 insertions, 1 deletions
diff --git a/.local/bin/xrdb-set-dpi b/.local/bin/xrdb-set-dpi
index d728b91..a87627e 100755
--- a/.local/bin/xrdb-set-dpi
+++ b/.local/bin/xrdb-set-dpi
@@ -1,4 +1,3 @@
#!/usr/bin/env bash
-
dpi=$(LC_ALL=C xdpyinfo|sed -rn 's/^\s*resolution:\s*(.*) dots per inch$/\1/p')
xrdb -merge <<<"Xft.dpi: ${dpi}"