summaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-20 20:35:06 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-20 20:35:06 -0700
commit6a5093c16c0e59bdeb635ff906efe7d21bdde5b3 (patch)
tree0dd70635b410a019886af04829e3906af67fd706 /.local
parent1b883459c37e67964d92dd962fad6aa9d5efd74b (diff)
More basic config
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/xresource3
1 files changed, 3 insertions, 0 deletions
diff --git a/.local/bin/xresource b/.local/bin/xresource
new file mode 100755
index 0000000..6fe925a
--- /dev/null
+++ b/.local/bin/xresource
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+xrdb -query | grep -E "^(bspwm|\*)\.$1" | sed -r "s/^[^:]+:\s+//" | tail -n 1