aboutsummaryrefslogtreecommitdiff
path: root/scripts/scripts/get_xres
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/scripts/get_xres')
-rwxr-xr-xscripts/scripts/get_xres3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/scripts/get_xres b/scripts/scripts/get_xres
new file mode 100755
index 0000000..9276ef4
--- /dev/null
+++ b/scripts/scripts/get_xres
@@ -0,0 +1,3 @@
1#!/usr/bin/env bash
2
3xrdb -query | grep -w $1 | awk '{print $2}'