diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-02-28 02:42:40 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-02-28 02:42:40 -0500 |
commit | 22730fe9ddbba6f88f7c817ec9f648d82e4c10d4 (patch) | |
tree | f04e00bbca9250063fd1e4929983bdb39f549aed /.local/bin | |
parent | eb53922048e2c899523d79cc32fc58c493dab358 (diff) |
tidy
Diffstat (limited to '.local/bin')
-rwxr-xr-x | .local/bin/xrdb-set-dpi | 1 |
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}" |