Remove xrdb script since we ain't X no more
This commit is contained in:
parent
b3460e92ce
commit
aa02997b44
1 changed files with 0 additions and 8 deletions
8
bin/xrq
8
bin/xrq
|
@ -1,8 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
if [[ -z $1 ]]; then
|
||||
echo "No argument provided. Showing everything..." >&2
|
||||
xrdb -query
|
||||
fi
|
||||
|
||||
xrdb -query | sed -ne 's/.*'"$1"':\s*\(.*\)$/\1/p' | head -n 1
|
Reference in a new issue