summaryrefslogtreecommitdiff
path: root/herbstluftwm/bin
diff options
context:
space:
mode:
Diffstat (limited to 'herbstluftwm/bin')
-rwxr-xr-xherbstluftwm/bin/dmenu_wrapper3
1 files changed, 2 insertions, 1 deletions
diff --git a/herbstluftwm/bin/dmenu_wrapper b/herbstluftwm/bin/dmenu_wrapper
index 7d9dccf..fbb608d 100755
--- a/herbstluftwm/bin/dmenu_wrapper
+++ b/herbstluftwm/bin/dmenu_wrapper
@@ -7,5 +7,6 @@ get_xresources() {
echo -n "${arr[@]:1}"
}
-dmenu_run -b -p $(hostname) -nb $(get_xresources background) -sb $(get_xresources color4) -sf $(get_xresources foreground) -fn "$(get_xresources face | sed 's/ /\\ /g')"
+echo "'$(get_xresources font | sed 's/ /\\ /g')'" > ~/lgo
+dmenu_run -b -p $(hostname) -nb $(get_xresources background) -sb $(get_xresources color4) -sf $(get_xresources background) -fn "$(get_xresources face | sed 's/ /\\ /g')"