summaryrefslogtreecommitdiff
path: root/.local/bin/xrdb-set-dpi
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/xrdb-set-dpi')
-rwxr-xr-x.local/bin/xrdb-set-dpi3
1 files changed, 0 insertions, 3 deletions
diff --git a/.local/bin/xrdb-set-dpi b/.local/bin/xrdb-set-dpi
deleted file mode 100755
index a87627e..0000000
--- a/.local/bin/xrdb-set-dpi
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/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}"